]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
document omlaut
authorTinderbox User <tbox@isc.org>
Thu, 13 Aug 2015 20:43:29 +0000 (20:43 +0000)
committerMark Andrews <marka@isc.org>
Thu, 13 Aug 2015 20:45:33 +0000 (06:45 +1000)
(cherry picked from commit f619a2035b7c7a33ac118a700aea2fdb1361c4cc)

doc/arm/latex-fixup.pl

index 5f1149e053d32218b8d221c6135b572acab428f3..8b303fd756bc159e7ba74afa81699796fa047b3e 100644 (file)
@@ -43,7 +43,8 @@ while (<>) {
     s/{\\texttt{{\.\\dbz{}}}}/\\mbox{{\\texttt{{\.\\dbz{}}}}}/;
 
     # Add any further tweaking here.
-    s/&#50102;/{\\"o}/;
+    # https://en.wikibooks.org/wiki/LaTeX/Special_Characters
+    s/&#50102;/{\\"o}/;  # omlaut o &#xc3b6; or &#50102;
 
     # Write out whatever we have now.
     print;