[Wine] Re: Use a different character set for a specific program on wine

vitamin wineforum-user at winehq.org
Wed Aug 4 08:58:53 CDT 2010


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.







More information about the wine-users mailing list