From 3a6441f38cd8255f73d7a5605cf2043842ea240d Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Mon, 4 Mar 2013 21:54:15 +0100 Subject: [PATCH] Fix bug #8509: sigma in PDF bookmarks MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The fix was provided by Günter Milde. Basically, the forced replacement is only needed for the iso8859-7 encoding to circumvent its autosigma feature. --- lib/unicodesymbols | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/unicodesymbols b/lib/unicodesymbols index 416d9f0d62..820209c868 100644 --- a/lib/unicodesymbols +++ b/lib/unicodesymbols @@ -839,8 +839,8 @@ 0x03bf "\\textgreek{o}" "textgreek" "" # GREEK SMALL LETTER OMICRON 0x03c0 "\\textgreek{p}" "textgreek" "mathalpha" "\\pi" "" # GREEK SMALL LETTER PI 0x03c1 "\\textgreek{r}" "textgreek" "mathalpha" "\\rho" "" # GREEK SMALL LETTER RHO -0x03c2 "\\textgreek{c}" "textgreek" "force,mathalpha" "\\varsigma" "" # GREEK SMALL LETTER FINAL SIGMA -0x03c3 "\\textgreek{sv}" "textgreek" "force,mathalpha" "\\sigma" "" # GREEK SMALL LETTER SIGMA +0x03c2 "\\textgreek{c}" "textgreek" "force=iso8859-7,mathalpha" "\\varsigma" "" # GREEK SMALL LETTER FINAL SIGMA +0x03c3 "\\textgreek{sv}" "textgreek" "force=iso8859-7,mathalpha" "\\sigma" "" # GREEK SMALL LETTER SIGMA 0x03c4 "\\textgreek{t}" "textgreek" "mathalpha" "\\tau" "" # GREEK SMALL LETTER TAU 0x03c5 "\\textgreek{u}" "textgreek" "mathalpha" "\\upsilon" "" # GREEK SMALL LETTER UPSILON 0x03c6 "\\textgreek{f}" "textgreek" "mathalpha" "\\varphi" "" # GREEK SMALL LETTER PHI -- 2.39.5