diff options
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r-- | perl-install/lang.pm | 2 |
1 files changed, 1 insertions, 1 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" ], ); |