diff --git a/doc/arm/latex-fixup.pl b/doc/arm/latex-fixup.pl index 5f1149e053..8b303fd756 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;