From: Stefan Huber Date: Thu, 30 Jul 2026 08:22:04 +0000 (+0200) Subject: bib2html: Fix umlaut u X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;p=shutils.git bib2html: Fix umlaut u --- diff --git a/bib2html.py b/bib2html.py index ae64a1c..e6b2ef0 100755 --- a/bib2html.py +++ b/bib2html.py @@ -43,7 +43,7 @@ def format_latex(text): subst = { '\\"a': 'ä', '\\"o': 'ö', - '\\"u': 'u', + '\\"u': 'ü', '\\mathcal': '', '{': '', '}': '',