(1.3-current)

How deeply needed is the setlocale(LC_CTYPE, ""); in fl_open_display()
in Fl_x.cxx?

I was checking how well Dillo worked with LC_CTYPE=tr_TR
( http://en.wikipedia.org/wiki/Dotted_and_dotless_I ),
and the answer was "not all that wonderfully" thanks to the
various strcasecmp()s we have strewn about.

FLTK itself does not have as many strcasecmp()s, but
a quick little way to get it to misbehave is to put a
"<i>italic</i>" in test/unittest_about.cxx.
Under tr_TR, it won't italicize.

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to