Dmitry Baryshkov wrote:
> Due to error in 'cyr' calling for KOI8-R encoding, no koi8-r fons is
> selected for installation, so if I select Russian language for
> installation, I can't read any of Russian messages (only fancy symbols
> with accents).
> 
> Patch attached.

> --- termwrap  2004-07-08 14:49:06.000000000 +0400
> +++ /usr/sbin/termwrap        2004-06-29 19:49:21.000000000 +0400
> @@ -315,7 +315,7 @@
>       case $TERMINAL in
>       console)
>               if [ -x /usr/bin/cyr ]; then
> -                     /usr/bin/cyr -s uni -f 16 -e koi8-r --ttys=/dev/tty1 ru_ms 
> ctrl_shift_toggle
> +                     /usr/bin/cyr -s uni -t 16 -e koi8-r --ttys=/dev/tty1 ru_ms 
> ctrl_shift_toggle
>               else
>                       # Don't try to install in russian withour cyrrilic support on 
> console
>                       LANG=C

base-config 2.35 already calls cyr with -t for KOI8-R. 

I do see a problem with Russian in base-config using 2.35; I get mostly
line drawing characters and other high bit characters, and no Russian.
This does not sound like the problem you described though. I've tried it
with cyr called with -f and -t with the same result either way.

I'm sick to death of termwrap problems, and someone else will have to
deal with this.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to