High, I have no problem with french letters like "é", "è", etc. in python or Qt, but I cannot solve the problem in FLTK. I tried an amount of tests with utf-8, iso, etc.
My problem can be highlighted with the following program : *# -*- coding: iso-8859-1 -*- from fltk import * window = Fl_Window(420, 200, "Analyse de fichier vid\233o") window.end() window.show() Fl.run()* where the displayed window does not show a nice "Analyse de fichier vid*é*o" I saw there was a UTF8 patch but it was not clear for me if the founded version (1.1.6) was the right one. I am running under Ubuntu 10.10 (Maverick) with fltk 1.1.10 and everything is supposed to be up to date. Thanks in advance for your help. -- Jean-Antoine
_______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
