On Sat, Apr 05, 2003 at 08:46:35PM -0800, Bill Kendrick wrote: > > I'm working on fixing this now. Thanks!!!
Fixed (not tested too much, though) in CVS. :^) If a space-wrapped UTF-8 string ends up being too long to fit in the width allocated, I switch into character-wrap mode for that part of the string. So in other words, it should do this: | | |This is my | |example of a | |very | |longwordthatwil| |lcharacterwrap | | | rather than this: | | |This is my | |example of a | |very | | | |longwordthatwillcharacterwrap | | or something similar... Thx! -bill! _______________________________________________ Tuxpaint-dev mailing list [EMAIL PROTECTED] http://tux4kids.net/mailman/listinfo/tuxpaint-dev
