From 3b2477d97b37e6930492e74172a51068059d07d3 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Wed, 21 Aug 2002 12:42:28 +0000 Subject: Added Tamil font, added "ta" to gen_locales, and changed charset= line of ta.po to make msgmerge happy --- perl-install/lang.pm | 2 +- perl-install/share/fonts.tar.bz2 | Bin 1140649 -> 1145626 bytes perl-install/share/gen_locales.sh | 4 +--- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/perl-install/lang.pm b/perl-install/lang.pm index cad6c1177..baec961b7 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -333,7 +333,7 @@ my %charsets = ( #- undef, undef, "-*-*-*-*-*-*-*-*-*-*-*-*-isiri-3342" ], #- Tamil uses pseudo iso-8859-1 fonts "tscii" => [ "tamil", undef, "trivial.trans", - undef, undef, "-mdk-tsc_helv-*-*-*-*-*-*-*-*-*-*-iso8859-1" ], + undef, undef, "-tamil-tscakaram-medium-r-normal--12-120-75-75-p-92-tscii-0" ], "unicode" => [ undef, undef, "trivial.trans", "utf8", undef, "-*-*-*-*-*-*-*-*-*-*-*-*-iso10646-1" ], ); diff --git a/perl-install/share/fonts.tar.bz2 b/perl-install/share/fonts.tar.bz2 index a663faa8f..e1243adfd 100644 Binary files a/perl-install/share/fonts.tar.bz2 and b/perl-install/share/fonts.tar.bz2 differ diff --git a/perl-install/share/gen_locales.sh b/perl-install/share/gen_locales.sh index 61a448b1d..b3f6b3c5d 100755 --- a/perl-install/share/gen_locales.sh +++ b/perl-install/share/gen_locales.sh @@ -27,11 +27,9 @@ do (cd usr/share/locale/$i ; ln -s ../UTF-8/* . 2>/dev/null) done -# "ta" should be added to the locale list, but the locales-ta rpm -# is not ready yet # lc_ctype for non common encodings rm -rf .tmp2 ; mkdir .tmp2 ; cd .tmp2 -for i in ja ko th ; do +for i in ja ko ta th ; do ii=locales-`echo $i | sed 's/\(..\).*/\1/'` rpm2cpio /RPMS/$ii-*.rpm | cpio -id --quiet f=usr/share/locale/$i/LC_CTYPE -- cgit v1.2.1