Michael Schmid wrote:

> Is there any easy solution in FLTK to display special charakters like "ö 
> ,ä ,ü, é, à, è" in FLTK? Or do I have to make a workaround by myself?

There's no problem with these characters, I'm using them all the time. However, 
there are platform dependent differences.

FLTK 1.1:

Windows: works okay with character set "Western ...", codepage 1252, "latin 1", 
assuming your character encoding is iso-8859-1 or iso-8859-15 or similar (or 
the 
correct encoding for your Windows language setup).

Linux: depends on locale.

Mac OS X: you need Mac Roman character encoding.


FLTK 1.3 and FLTK 2: use utf-8 encoding.


What's your platform, and what's your concrete problem?

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

Reply via email to