character encoding for other languages besides english?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
stimpak
Level 3
Level 3
Posts: 72
Joined: Tue Apr 01, 2008 12:56 pm

character encoding for other languages besides english?

Post by stimpak »

Greetings all

I tried to install though an .msi installer. That particular installer has an option of choosing which languange you want to choose, and since im not a native english speaker i chose greek.

now instead of displaying the correct letters i got a bunch of "???" instead of the ones i should get!

My ubuntu installation supports and displays greek encoding without any problem so i thought its a wine bug?

Is there any way to fix it?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: character encoding for other languages besides english

Post by vitamin »

stimpak wrote:Greetings all

I tried to install though an .msi installer. That particular installer has an option of choosing which languange you want to choose, and since im not a native english speaker i chose greek.

now instead of displaying the correct letters i got a bunch of "???" instead of the ones i should get!

My ubuntu installation supports and displays greek encoding without any problem so i thought its a wine bug?

Is there any way to fix it?
Set LANG environment variable to correct locale "el_GR.utf8":

Code: Select all

LANG=el_GR.utf8 wine start setup.msi
stimpak
Level 3
Level 3
Posts: 72
Joined: Tue Apr 01, 2008 12:56 pm

Post by stimpak »

cheers for the help vit.

now that fix also apply even when im executing an .exe? eg if it has greek text in it?
Locked