From 051de30ec46eb66c1014f9f808a4b2774a578f3f Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 8 Aug 2002 14:37:50 +0000 Subject: Added Tamils TSCII keyboard --- perl-install/keyboard.pm | 7 ++++--- perl-install/lang.pm | 2 +- perl-install/share/keyboards.tar.bz2 | Bin 20974 -> 21168 bytes 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index 988720491..d5f3ce3e0 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -126,8 +126,8 @@ my %lang2keyboard = 'sv' => 'se:85 fi:30 dvorak_se:10', 'sv_FI'=> 'fi:85 sv:20', 'sv_SE'=> 'se:85 fi:20', - 'ta' => 'tml:80', -'ta_IN'=> 'tml:80', + 'ta' => 'tscii:80 tml:20', +'ta_IN'=> 'tscii:90 tml:20', 'tg' => 'tj:80 ru_yawerty:40', 'tg_TJ'=> 'tj:80 ru_yawerty:40', 'th' => 'th:90', @@ -246,7 +246,8 @@ arch() =~ /^sparc/ ? ( # TODO: console map "sr" => [ __("Serbian (cyrillic)"), "sr", "sr", 0 ], # no console kbd that I'm aware of - "tml" => [ __("Tamil"), "us", "tml", 1 ], + "tml" => [ __("Tamil (Unicode)"), "us", "tml", 1 ], + "tscii" => [ __("Tamil (TSCII)"), "us", "tscii", 1 ], "th" => [ __("Thai keyboard"), "th", "th", 1 ], # TODO: console map "tj" => [ __("Tajik keyboard"), "ru4", "tj", 1 ], diff --git a/perl-install/lang.pm b/perl-install/lang.pm index fbd48a8f2..783610975 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -528,7 +528,7 @@ my %charset2kde_font = ( 'viscii' => [ "misc-fixed,13", "misc-fixed,13", "misc-fixed,10", ], #- TSCII uses pseudo iso-8859-1 fonts, it is important to choose them #- correctly - 'tscii' => [ "tsc_paranar,13", "mylaitsc,13", "tsc_paranar,10", ], + 'tscii' => [ "tsc_paranar,13", "mylaifixtsc,13", "tsc_paranar,10", ], 'default' => [ "misc-fixed,13", "misc-fixed,13", "misc-fixed,10", ], ); diff --git a/perl-install/share/keyboards.tar.bz2 b/perl-install/share/keyboards.tar.bz2 index 62939096c..6468a6d45 100644 Binary files a/perl-install/share/keyboards.tar.bz2 and b/perl-install/share/keyboards.tar.bz2 differ -- cgit v1.2.1