Russian font support?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
kjkrum
Newbie
Newbie
Posts: 3
Joined: Fri May 16, 2008 1:37 am

Russian font support?

Post by kjkrum »

I'm trying to run a Russian application in Wine 0.9.59 on Ubuntu 8.04. It seems to be running fine, but all the text is gibberish.

How do I get Russian Cyrillic font support in Wine? Is it as simple as installing some fonts? Where would I get them, and where would I put them?
Vjacheslav V. Borisov

Russian applications

Post by Vjacheslav V. Borisov »

kjkrum ÐÉÛÅÔ:
I'm trying to run a Russian application in Wine 0.9.59 on Ubuntu 8.04. It seems to be running fine, but all the text is gibberish.

How do I get Russian Cyrillic font support in Wine? Is it as simple as installing some fonts? Where would I get them, and where would I put them?
you could also set locale to ru_RU.UTF-8 or ru_RU.KOI8-R
didencool
Level 2
Level 2
Posts: 24
Joined: Fri Apr 25, 2008 1:13 am

Russian font support?

Post by didencool »

Обычно решается установкой шрифта Tahoma.ttf

You need install font Tahoma.ttf in your wine env
kjkrum
Newbie
Newbie
Posts: 3
Joined: Fri May 16, 2008 1:37 am

Re: Russian font support?

Post by kjkrum »

didencool wrote:You need install font Tahoma.ttf in your wine env
How do I do that, exactly? I keep finding how-tos that just say to install the fonts in the Wine font directory. I copied tahoma.ttf from my WinXP installation into ~.wine/drive_c/windows/fonts, but it had no effect. Setting LC_ALL also had no effect.

Here's a screenshot of what's going on. It must be finding a Cyrillic font somewhere, because the Gecko widget is using it to render a page. Just the UI elements are screwed up.

http://pics.livejournal.com/madscience/pic/000b063p
didencool
Level 2
Level 2
Posts: 24
Joined: Fri Apr 25, 2008 1:13 am

Re: Russian font support?

Post by didencool »

kjkrum wrote: How do I do that, exactly? I keep finding how-tos that just say to install the fonts in the Wine font directory. I copied tahoma.ttf from my WinXP installation into ~.wine/drive_c/windows/fonts, but it had no effect. Setting LC_ALL also had no effect.

Here's a screenshot of what's going on. It must be finding a Cyrillic font somewhere, because the Gecko widget is using it to render a page. Just the UI elements are screwed up.

http://pics.livejournal.com/madscience/pic/000b063p
It hard to say i don't use this app but as for installing fonts, try winetricks command to add some fonts...
Some fonts display correct :( so with local is all OK...
try to find in regisrty what font is used by app... under
some where such
localmachine/appdeveloper/appname/
currentuser/appdeveloper/appname/
try find what font is ussed by app and install it by winetricks...
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Russian font support?

Post by vitamin »

kjkrum wrote:I'm trying to run a Russian application in Wine 0.9.59 on Ubuntu 8.04. It seems to be running fine, but all the text is gibberish.

How do I get Russian Cyrillic font support in Wine? Is it as simple as installing some fonts? Where would I get them, and where would I put them?
All Wine fonts have Cyrillic characters in them. All you need to do is to run app with LANG env var set properly:

Code: Select all

LANG=ru_RU.UTF-8 wine notepad
The CAsE does matter!
Locked