]> git.sthu.org Git - shutils.git/commitdiff
bib2html: Fix umlaut u master
authorStefan Huber <shuber@sthu.org>
Thu, 30 Jul 2026 08:22:04 +0000 (10:22 +0200)
committerStefan Huber <shuber@sthu.org>
Thu, 30 Jul 2026 08:22:04 +0000 (10:22 +0200)
bib2html.py

index ae64a1ca9abffd8e4cfdf2aa5b92d9882ac3b15a..e6b2ef0b81a87340696b68eb68a05f1a945425e1 100755 (executable)
@@ -43,7 +43,7 @@ def format_latex(text):
     subst = {
         '\\"a': 'ä',
         '\\"o': 'ö',
     subst = {
         '\\"a': 'ä',
         '\\"o': 'ö',
-        '\\"u': 'u',
+        '\\"u': 'ü',
         '\\mathcal': '',
         '{': '',
         '}': '',
         '\\mathcal': '',
         '{': '',
         '}': '',