From 2e9797c550811b0815dd96be595d4a684130028d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 22 Aug 2001 18:01:48 +0000 Subject: fix ru KOI8-R --- perl-install/share/gen_locales.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/share/gen_locales.sh') diff --git a/perl-install/share/gen_locales.sh b/perl-install/share/gen_locales.sh index c97a14a2e..da495d981 100755 --- a/perl-install/share/gen_locales.sh +++ b/perl-install/share/gen_locales.sh @@ -9,7 +9,7 @@ for i in LC_ADDRESS LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MONE done # lc_ctype for common encoding -for i in CP1251 CP1255 CP1256 ISO-8859-13 ISO-8859-14 ISO-8859-15 ISO-8859-2 ISO-8859-3 ISO-8859-5 ISO-8859-7 ISO-8859-9 ISO-8859-9E KOI8-U ; do +for i in CP1251 CP1255 CP1256 ISO-8859-13 ISO-8859-14 ISO-8859-15 ISO-8859-2 ISO-8859-3 ISO-8859-5 ISO-8859-7 ISO-8859-9 ISO-8859-9E KOI8-U KOI8-R ; do f=usr/share/locale/$i/LC_CTYPE [ -e /$f ] || { echo missing /$f ; exit 1 ; } cp -f /$f $f -- cgit v1.2.1