On Mon, Jun 21, 2010 at 10:14 AM, Oleksandr Gavenko
<gave...@bifit.com.ua> wrote:
>  $  objdump --help | head -n 2
> Рспользование: objdump <опции> <файл(С‹)>
>  РћС‚ображает информацию РёР· объекта
> <файл(ы)>.
>  $ LANG=C objdump --help | head -n 2

Maybe looking at the bytes would offer some insight:

$  objdump --help | head -n 2 | hexdump -C

Which terminal do you use ? mintty? rxvt? xterm? the Cygwin shortcut?

-- 
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

Reply via email to