[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#258226: base-config: termwrap fails to setup console correctly for Russian language



Dmitry Baryshkov wrote:
> Oh, I'm sorry. I really meant, that cyr should be called with -f instead
> of -t (as with Ukrainian). Sorry. Here comes right patch:
> 
> === Cut ===
> --- /usr/sbin/termwrap	2004-06-29 19:49:21.000000000 +0400
> +++ termwrap	2004-07-08 14:49:06.000000000 +0400
> @@ -315,7 +315,7 @@
>  	case $TERMINAL in
>  	console)
>  		if [ -x /usr/bin/cyr ]; then
> -			/usr/bin/cyr -s uni -t 16 -e koi8-r --ttys=/dev/tty1 ru_ms ctrl_shift_toggle
> +			/usr/bin/cyr -s uni -f 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
> === Cut ===
> 
> -f selects font size and whoala! It WFM :)
> -t is incorrect option, so cyr whoes and does nothing.

I've fixed base-config in svn to use -f for this call to cyr. However,
it does not fix the problem I reported, which may be different from the
one you reported.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


Reply to: