Hello,
my application is working on UTF-8 internally etc.

I store strings in std::string and just send that to FLTK (via .c_str()).

How to use this application on windows 98?

All the characters will fit into popular "windows CP-1250" code page.

Will my code Just Work (probably not)?

If not, then how to tell it to use CP-1250 (CP-1250) will also be anyway the
default on the target system.
And do I need to convert my std::strings (const char*) to be encoded in
CP-1250 before sending them to fltk code (and back when reading)?









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

Reply via email to