summaryrefslogtreecommitdiffstats
path: root/doc/translator.pl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/translator.pl')
-rw-r--r--doc/translator.pl7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/translator.pl b/doc/translator.pl
index b0bb9e3..9d44686 100644
--- a/doc/translator.pl
+++ b/doc/translator.pl
@@ -38,6 +38,9 @@
# argument list does not contain argument identifiers
# (i.e., when it contains type information only).
#
+# 2001/06/11
+# - Character entity č recognized in maintainers.txt.
+#
################################################################
require 5.005;
@@ -566,13 +569,15 @@ xxxTABLE_FOOTxxx
$tableLATEX .= $latexTableFoot;
$tableHTML =~ s{@}{\@NOSPAM.}sg;
+ $tableHTML =~ s{č}{č}sg;
$tableHTML =~ s{ř}{ř}sg;
- $tableLATEX =~ s/ř/\\v{r}/sg;
$tableLATEX =~ s/á/\\'{a}/sg;
$tableLATEX =~ s/ä/\\"{a}/sg;
$tableLATEX =~ s/ö/\\"{o}/sg;
$tableLATEX =~ s/ø/\\o{}/sg;
+ $tableLATEX =~ s/č/\\v{c}/sg;
+ $tableLATEX =~ s/ř/\\v{r}/sg;
$tableLATEX =~ s/_/\\_/sg;
my $notice = "\nHave a look at <a href=\"../doc/$ftranslatortxt\"\n>"