Welcome to the Linux Foundation Forum!

Problem in Wine with Russian Fonts or Codepages

vovuntu
vovuntu Posts: 1

While trying to run a program in Wine , I encountered a problem with russian alphabet. There are 2 scenarios:

1. when I start the program in such a way:

wine start run.bat

it displays the charcters in that way

IMAGE(http://img268.imageshack.us/img268/7767/screenshotgs.th.png)

IMAGE(http://img241.imageshack.us/img241/9264/screenshot1ih.th.png)

IMAGE(http://img443.imageshack.us/img443/8637/screenshot2vd.th.png)

as you see the program is using pseudo-graphics...

2.when I start the program in such a way:

LANG=ru_RU.CP1251 wine start run.bat

[as far as I understand using the RU locale]

This is what I got:

IMAGE(http://img28.imageshack.us/img28/6466/screenshot3q.th.png)

IMAGE(http://img338.imageshack.us/img338/999/screenshot4mw.th.png)

As you can see, now it's the Cyrillic alphabet, but also someproblem persists...

in both cases in the Terminal is displayed the following error:

:WineEngCreateFontInstance Untranslated charset 255

May that could help in solving the problem...

Viewfull/

What I have already done:

1. Copied the Windows fonts in the Wine's Fonts folder[Windows/Fonts]

2. Generated the locales for RU

3. Copied the fonts in /usr/share/fonts

And as you see - No Results!

Please help me solving it!!!:(

Comments

  • jabirali
    jabirali Posts: 157
    Does this work?
    LANG=ru_RU.UTF-8 wine start run.bat
    

Categories

Upcoming Training