Re: valgrind log entry hyphenation related?
"Sebastian Geerken" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Dec 01, corvid wrote: > http://starurchin.org/dillo/valgrind/5eaf94da6ca698708497c27cd3d3a50730f6f9f5.html I hope this is fixed now. Somehow, fl_utf8fwd has got problems, especially with strings, which are not 0-terminated. OTOH, I agreed with Johannes some time ago that the UTF-8 related methods should not be part dw::core::Platform, since UTF-8 handling is not platform dependant. For fl_utf8fwd (or, Platform::nextGlyph, respectively), there is a replacement, lout::unicode::nextUtf8Char. Anything else could be completed after the release (unless there are severe problems). Parts of Fltk can be copied: the respective code is in the public domain. Sebastian