17 Apr
2013
17 Apr
'13
4:05 p.m.
On Wed, Apr 17, corvid wrote:
As an aside, I note that unicode-test is just looping endlessly.
"make -j 4 && test/unicode-test | head -100 | less" shows that the last part fails: testing fl_utf8fwd with strings which are not 0-terminated. I do not remember whether this was my purpose, but this is never used in the rest of the code; instead, FltkPlatform::nextGlyph calls strlen. So, this is confusing but harmless. (But should probably be fixed.) Sebastian