On 26.06.2012, at 05:27, Jacques senecal wrote: > > I get a problem with fl_native_file_chooser with windows when I use non > ASCII charactere in filename. > > If I run the program in the examples folder nativefilechooser-simple-app.cxx > with the filename :eéèâ_test.txt > I get as result on the terminal: e├®├¿├ó_test.txt. > > This problem does not appeared with the older fl_File_Chooser. > This problem does not appeared in linux. > > If I implement mysef the file chooser dialog using windows API (Commdlg.h) > with the function GetOpenFileName the problem does not appeared.
Please do not post to fltk.bugs. The group is for our bug tracking system. Post to fltk.general instead. The problem is likely with 16 bit vs 8 bit utf8 text, but again, in fltk.general will be someone who can help. _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
