From c9d34d899f09013b79dd184fe9569c772bc83eaf Mon Sep 17 00:00:00 2001 From: Jens Kober Date: Mon, 18 Mar 2019 21:27:29 +0100 Subject: [PATCH] =?UTF-8?q?added=20two=20more=20accents=20=C5=9F=20and=20?= =?UTF-8?q?=C4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bibtexbrowser.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bibtexbrowser.php b/bibtexbrowser.php index bd54255..25b4797 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -1026,6 +1026,7 @@ function latex2html($line, $do_clean_extra_bracket=true) { $line = char2html($line,"'",'a',"acute"); + $line = char2html($line,"'",'c',"acute"); $line = char2html($line,"'",'e',"acute"); $line = char2html($line,"'",'i',"acute"); $line = char2html($line,"'",'o',"acute"); @@ -1060,6 +1061,7 @@ function latex2html($line, $do_clean_extra_bracket=true) { $line = char2html($line,'r','a',"ring"); $line = char2html($line,'c','c',"cedil"); + $line = char2html($line,'c','s',"cedil"); $line = char2html($line,'v','s',"caron"); $line = str_replace('\\ae','æ', $line);