<div dir="ltr">Hello!<br><br>I trying to make tcsh show me russian characters in console on DragonFly v3.8.1-RELEASE. Here is what i did:<br><br>    # cat /etc/rc.conf<br>    ...<br>    font8x8="cp866-8x8"<br>    font8x14="cp866-8x14"<br>

    font8x16="cp866-8x16"<br>    scrnmap="koi8-r2cp866"<br>    keymap="ru.koi8-r.win"<br>    ...<br>    # grep ttyv /etc/ttys<br>    ttyv0   "/usr/libexec/getty Pc"         cons25r on  secure<br>

    ttyv1   "/usr/libexec/getty Pc"         cons25r on  secure<br>    ttyv2   "/usr/libexec/getty Pc"         cons25r on  secure<br>    ttyv3   "/usr/libexec/getty Pc"         cons25r on  secure<br>

    ttyv4   "/usr/libexec/getty Pc"         cons25r on  secure<br>    ttyv5   "/usr/libexec/getty Pc"         cons25r on  secure<br>    ttyv6   "/usr/libexec/getty Pc"         cons25r on  secure<br>

    ...<br>    # pw usermod -n user -L russian<br><br>Then i've been reboot and logging as normal user:<br><br>    > echo $version<br>    tcsh 6.18.01 (Astron) 2012-02-14 (x86_64-amd-DragonFly) options wide,nls,dl,al,kan,rh,color,filec<br>
<div dir="ltr">
    > ls notexist<br>    ls: notexist: Нет такого файла или каталога  # <-- OK<br>    > notcmd<br>    notcmd: п п╬п╪п╟п╫п╢п╟ п╫п╣ п╫п╟п╧п╢п╣п╫п╟.  # <-- BAD<br><br>Then i've been trying to use bash:<br><br>

    > bash<br>    [user@dflybox ~]$ ls notexist<br>    ls: notexist: Нет такого файла или каталога  # <-- OK<br>    [user@dflybox ~]$ notcmd<br>    bash: notcmd: команда не найдена  # <-- OK<br><br>In bash everything works by default. After adding ~/.initrc with:<br>

    set convert-meta off<br>    set input-meta on<br>    set output-meta on<br>in tcsh nothing changed (as expected).<br><br>Then I've been trying my settings in FreeBSD 8.3 and in their tcsh everything works ok. What i'm missing?<br>

<br>Thanks and sorry for my english)</div></div>