On Thu, Jan 12, 2017 at 06:14:58PM -0500, Random832 <[email protected]> 
wrote:
> On Thu, Jan 12, 2017, at 13:13, Oleg Broytman wrote:
> >    Works for me as expected:
> > 
> > $ echo $LC_CTYPE
> > ru_RU.KOI8-R
> > 
> > $ LC_MESSAGES=ru_RU.KOI8-R mc
> > 
> >    mc speaks to me in Russian...
> > 
> > $ LC_MESSAGES=C mc
> 
> I meant LC_CTYPE=C. Or, for that matter, UTF-8 etc.

$ LC_CTYPE=C LC_MESSAGES=ru_RU.KOI8-R mc

   Brouhaha! mc tries to talk in Russian but converts Russian texts to
ascii. Everything is "?????" :-D

$ echo $LC_CTYPE
ru_RU.UTF-8
$ LC_MESSAGES=ru_RU.UTF-8 mc

   Russian in utf-8, no problem. What did you expect? I think I did it not
the way you wanted.

Oleg.
-- 
     Oleg Broytman            http://phdru.name/            [email protected]
           Programmers don't die, they just GOSUB without RETURN.
_______________________________________________
Python-ideas mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to