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?
Russian font support?
Russian applications
kjkrum ÐÉÛÅÔ:
you could also set locale to ru_RU.UTF-8 or ru_RU.KOI8-RI'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?
Russian font support?
Обычно решается установкой шрифта Tahoma.ttf
You need install font Tahoma.ttf in your wine env
You need install font Tahoma.ttf in your wine env
Re: Russian font support?
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.didencool wrote:You need install font Tahoma.ttf in your wine env
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
Re: Russian font support?
It hard to say i don't use this app but as for installing fonts, try winetricks command to add some fonts...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
Some fonts display correct

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...
Re: Russian font support?
All Wine fonts have Cyrillic characters in them. All you need to do is to run app with LANG env var set properly: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?
Code: Select all
LANG=ru_RU.UTF-8 wine notepad