question about selecting of locale and font

2006-08-30 Thread Sergei Butakov
#x27;t work output for Russian letters only.) If the second is "yes" then I can write more detailed. -- Sergei Butakov

Re: kernel: fix determination of using locale

2006-04-22 Thread Sergei Butakov
1)On Wednesday 19 April 2006 15:00, Alexandre Julliard wrote: > I'm not sure why you expect LC_CTYPE to set the user locale. LC_CTYPE > defines the locale used for character conversions, and that's what > Wine does by setting the system locale. The user locale affects things > like resource loading

Re: kernel: fix determination of using locale

2006-04-19 Thread Sergei Butakov
On Tuesday 18 April 2006 16:11, Alexandre Julliard wrote: > Sergei Butakov <[EMAIL PROTECTED]> writes: > > Here > > 2. - this set value of user_lcid > > 4. - this set value of system_lcid > > system_lcid affect on some part of Wine, user_lcid affect on other one. &

Re: kernel: fix determination of using locale

2006-04-18 Thread Sergei Butakov
On Tuesday 18 April 2006 09:39, Dmitry Timoshkov wrote: > "Sergei Butakov" <[EMAIL PROTECTED]> wrote: > > If set > > # export LANG="POSIX" > > # export LC_CTYPE="ru_RU.CP1251" > > system_lcid (defined by LC_CTYPE) will be "ru_RU

Re: kernel: fix determination of using locale

2006-04-17 Thread Sergei Butakov
On Monday 17 April 2006 10:04, Dmitry Timoshkov wrote: > I mean LANG="ru_RU.CP1251", LC_MESSAGES="en_US". Your intent is to avoid > russian menus and messages, right? Not fully. The equivalent of # export LANG="POSIX" # export LC_CTYPE="ru_RU.CP1251" # export LC_COLLATE="r

Re: kernel: fix determination of using locale

2006-04-17 Thread Sergei Butakov
On Sunday 16 April 2006 19:04, Dmitry Timoshkov wrote: > Probably you just need to set LC_MESSAGES to en_US. Do you mean # export LANG="POSIX" # export LC_CTYPE="ru_RU.CP1251" # export LC_COLLATE="ru_RU.CP1251" # export LC_MESSAGES="en_US" ? That's don't work. Be