From: Tinderbox User Date: Thu, 13 Aug 2015 20:43:29 +0000 (+0000) Subject: document omlaut X-Git-Tag: v9.11.0a1~586 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f619a2035b7c7a33ac118a700aea2fdb1361c4cc;p=thirdparty%2Fbind9.git document omlaut --- diff --git a/doc/arm/latex-fixup.pl b/doc/arm/latex-fixup.pl index 5f1149e053d..8b303fd756b 100644 --- a/doc/arm/latex-fixup.pl +++ b/doc/arm/latex-fixup.pl @@ -43,7 +43,8 @@ while (<>) { s/{\\texttt{{\.\\dbz{}}}}/\\mbox{{\\texttt{{\.\\dbz{}}}}}/; # Add any further tweaking here. - s/쎶/{\\"o}/; + # https://en.wikibooks.org/wiki/LaTeX/Special_Characters + s/쎶/{\\"o}/; # omlaut o 쎶 or 쎶 # Write out whatever we have now. print;