On 21 June 2010 09:14, Oleksandr Gavenko wrote: > I globally set LANG=ru_RU.cp1251 for Russian Windows. > All command work as expected (from coreutils, svn, etc.). > > But objdump, nm, objcopy use UTF-8 instead recode to cp1251: > > $ objdump --help | head -n 2 > Рспользование: objdump <опции> <файл(С‹)> > Отображает информацию РёР· объекта > <файл(С‹)>. > $ LANG=C objdump --help | head -n 2 > Usage: objdump <option(s)> <file(s)> > Display information from object <file(s)>.
I can't get objdump to emit anything but an English help message, no matter the LANG setting. Are you sure you're using Cygwin's objdump, i.e. what do 'which objdump' and 'objdump --version' say? Andy