On Mon, May 30, 2022 at 11:33 AM Laslo Hunhold <dev_AT_frign.de> wrote:
> What functions do you need in the context of Tuxmath?
From what I remember, it just needs to figure out where to do a clean
break for text wrapping with internationalized strings. Don't believe
it uses the other features of libunistring. I've personally been
trying to avoid gettext and use a port/fork of BSD's Citrus Project (
http://citrus.bsdclub.org/ ) for accessing the translated strings.
Just need a way to break the strings up in the appropriate locations
for wrapping text and displaying on screen. If I get that working, I
can replace or at least offer an alternative to the libunistring
dependency.
Thanks.
Received on Tue May 31 2022 - 14:35:11 CEST