Cmder: cyrillic characters problem

Created on 2 Dec 2013  ·  15Comments  ·  Source: cmderdev/cmder

ls for example
http://i.imgur.com/Nq3xCcs.png

chcp
866

Most helpful comment

export LC_ALL=ru_RU.utf-8

Works fine for me.

All 15 comments

by the way Windows in Russian localiaztion

I have just tried 1.1.2 and it is not problem anymore.

I've installed 1.1.2 as well as 1.1.3 and problem is still there. Tried to update msysgit but it didn't help.

maybe problem with windows version or locale ?

Windows 8x64 Russian. 2 different installations of Win8 on 2 different computers, but the same result.

Windows 7x64 Russian
cmder 1.1.2 & 1.1.3
'ls' and 'dir' no problem with encoding

2014-01-13 15_22_16-program manager

Having the same issue with cyrillic characters on win7x64 with English locale:
encoding

Same problem with 1.1.3 for me, windows in german locale, "dir" works, ls shows questionmarks

screenshot_140713-193127

"ls" is command of cygwin, not of the windows. Use dir.

"ls" here is provided by msysgit and is not able to do unicode,
when i replace the ls.exe with one from cygwin (+dlls) it does unicode
this should be fixed as there is no reason not to do unicode

export LC_ALL=ru_RU.utf-8

Works fine for me.

export LC_ALL=ru_RU.utf-8

Работает, спасибо!

После перезапуска консоли, опять нужно вводить, не знаете, как один раз ввести и все?

Строку
export LC_ALL=ru_RU.utf-8
нужно прописать в файле .bashrc.

После перезапуска консоли, опять нужно вводить, не знаете, как один раз ввести и все?

А если необходимо работало не только в баше, смотри #985

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jordanrobinson picture jordanrobinson  ·  3Comments

danwellman picture danwellman  ·  3Comments

bmeverett picture bmeverett  ·  3Comments

isnullxbh picture isnullxbh  ·  3Comments

vincentntang picture vincentntang  ·  3Comments