Albrecht Schlosser schrieb: > 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
Oh, I'm realy sorry, I forgot to post my FLTK-Version and platform :-( I have FLTK 1.1.8 and Linux My problem is that the the characters "ö,ä,ü, and other "special ones" " are not shown correctly. So in my case this is a setting in Linux an not in FLTK...? Regards! Michael _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

