shabiel wrote: > Here's the Question: How can you tell wine to use a specific character set for a non-Unicode enabled program? You can't choose a specific encoding. What you can do is to set locale that uses your encoding. Ex: Code: LANG=en_US.UTF-8 wine winecfg Will set English locale and make Wine use cp1252 as default code-page.