Re: [gscmxx-users] cvs version 0.4.2
Status: Beta
Brought to you by:
weirdoz
From: Andy S. <an...@py...> - 2004-09-17 11:42:13
|
Michael Renner =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >>proposed to use normal internationalization mechanism. This means that >>all translations are placed in *.po (*.mo) files and otputed on screen >>by gettext native functions. > I'm working with an US environment, so it dosn't matter to me. Anyhow: = I=20 > changes the $LANG variable to 'ru_RU' and get a warning while the appli= cation=20 > comes up: > renner@lyra:~/.gscmxx$ export LANG=3Dru_RU > renner@lyra:~/.gscmxx$ gscmxx > Use of uninitialized value in concatenation (.) or string at /usr/bin/g= scmxx=20 > line 484. > The font "-misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-15" do= es not=20 > support all the required character sets for the current locale "ru_RU" > (Missing character set "KOI8-R") You are wrong, because of you are using the iso8859-15 font directly. You should use the mask of font like following: "-misc-fixed-medium-r-normal--13-120-75-75-c-70-*-*" X server with X font server must chooses required font automatically. Naturally, fonts-KOI8-R fontset must be installed previously. Happy hacking! P.S. Reply to message is going to writer directly but not to list. May be more convenient if reply-to will be set to list address? --=20 With best regards, Andy Shevchenko. mailto: an...@sm... |