ls for example
http://i.imgur.com/Nq3xCcs.png
chcp
866
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

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

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

"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
Most helpful comment
Works fine for me.