From 67510a89720177c9f073410397f173538587a82b Mon Sep 17 00:00:00 2001 From: Markus Jochim Date: Fri, 19 Sep 2014 15:24:18 +0200 Subject: [PATCH] =?UTF-8?q?Escape=20German=20=C3=9F=20in=20addition=20to?= =?UTF-8?q?=20umlauts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bibtexbrowser.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bibtexbrowser.php b/bibtexbrowser.php index fa8bd63..cb70ced 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -920,6 +920,7 @@ function latex2html($line) { $line = char2html($line,'"','o',"uml"); $line = char2html($line,'"','u',"uml"); $line = char2html($line,'"','y',"uml"); + $line = char2html($line,'"','s',"zlig"); $line = char2html($line,'^','a',"circ"); $line = char2html($line,'^','e',"circ");