From 12bdd862ed1cd77f67d2d106c5e93e717291dcba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Thu, 15 Jul 2010 07:18:27 +0000 Subject: [PATCH] * unicodesymbols: fix output of MODIFIER LETTER SMALL GAMMA git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34902 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/unicodesymbols | 2 +- status.16x | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/unicodesymbols b/lib/unicodesymbols index 21da6d02ed..2f5b951a66 100644 --- a/lib/unicodesymbols +++ b/lib/unicodesymbols @@ -593,7 +593,7 @@ 0x02dd "\\H{ }" "" "" # DOUBLE ACUTE ACCENT 0x02de "\\textrhoticity" "tipa" "force" # MODIFIER LETTER RHOTIC HOOK #0x02df "" "" "" # MODIFIER LETTER CROSS ACCENT -0x02e0 "\\textbabygamma" "tipa" "force" # MODIFIER LETTER SMALL GAMMA +0x02e0 "\\textsuperscript{\\textgamma}" "tipa" "force" # MODIFIER LETTER SMALL GAMMA 0x02e1 "\\textsuperscript{l}" "" "" # MODIFIER LETTER SMALL L 0x02e2 "\\textsuperscript{s}" "" "" # MODIFIER LETTER SMALL S 0x02e3 "\\textsuperscript{x}" "" "" # MODIFIER LETTER SMALL X diff --git a/status.16x b/status.16x index 17308c5a1e..100cb501a6 100644 --- a/status.16x +++ b/status.16x @@ -52,7 +52,7 @@ What's new * DOCUMENT INPUT/OUTPUT - +- Fix the output of glyph 0x02e0 (MODIFIER LETTER SMALL GAMMA) (bug 6817). * USER INTERFACE