DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2158 Version: 1.3-current Fl_Text_Display widget didn't wrap word at the same column in after I enabled word wrapping with code like this: 'textdisplay->wrap_mode(1,80);' It seemed that the unicode data was counted by bytes in 'UTF-8' encoding. But 1.The unicode chars in utf8 encoding have different size in bytes. 2.On unicode environment, ascii was probably rendered with different font from the others or at least with glyph in different width from the others in pixels. Link: http://www.fltk.org/str.php?L2158 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
