Hi everyone,
All of my filesystems are set up to mount using UTF-8 encoding, and I have my locale set to en_US.UTF-8.
When I read filenames in GTK2 programs in Gnome, filenames that contain non ASCII characters display properly. However, in WINE (version 20031118), filenames always show up as garbled ANSI text. This is a problem, since such files often show up with question marks in their names, making them invalid in Windows.
I tried playing with the values of $LANG, $LANGUAGE and $LC_ALL before running WINE, and changing the "TextCP" in the wine config file, but nothing I tried could get it to read the filenames as UTF-8 text.
Is what I'm trying to do even possible?
Thanks.
