commit 09b2e337f744afac869ac2370e9700e3b2adef5e
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Sat May 5 15:43:54 2018 +0200

    Make textcommabelow feature conditional on encoding
---
 lib/unicodesymbols |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/unicodesymbols b/lib/unicodesymbols
index ed11fb0..ba2afdf 100644
--- a/lib/unicodesymbols
+++ b/lib/unicodesymbols
@@ -441,10 +441,10 @@
 0x0215 "\\textdoublegrave{u}"     "tipa" "force,mathalpha" "\\dgrave{u}" 
"tipasymb,dgrave" # LATIN SMALL LETTER U WITH DOUBLE GRAVE
 0x0216 "\\textroundcap{U}"        "tipa" "force,mathalpha" "\\rcap{U}" 
"tipasymb,rcap" # LATIN CAPITAL LETTER U WITH INVERTED BREVE
 0x0217 "\\textroundcap{u}"        "tipa" "force,mathalpha" "\\rcap{u}" 
"tipasymb,rcap" # LATIN SMALL LETTER U WITH INVERTED BREVE
-0x0218 "\\textcommabelow{S}"      "textcommabelow" "" # LATIN CAPITAL LETTER S 
WITH COMMA BELOW
-0x0219 "\\textcommabelow{s}"      "textcommabelow" "" # LATIN SMALL LETTER S 
WITH COMMA BELOW
-0x021a "\\textcommabelow{T}"      "textcommabelow" "" # LATIN CAPITAL LETTER T 
WITH COMMA BELOW
-0x021b "\\textcommabelow{t}"      "textcommabelow" "" # LATIN SMALL LETTER T 
WITH COMMA BELOW
+0x0218 "\\textcommabelow{S}"      "textcommabelow!=utf8;iso8859-16" "" # LATIN 
CAPITAL LETTER S WITH COMMA BELOW
+0x0219 "\\textcommabelow{s}"      "textcommabelow!=utf8;iso8859-16" "" # LATIN 
SMALL LETTER S WITH COMMA BELOW
+0x021a "\\textcommabelow{T}"      "textcommabelow!=utf8;iso8859-16" "" # LATIN 
CAPITAL LETTER T WITH COMMA BELOW
+0x021b "\\textcommabelow{t}"      "textcommabelow!=utf8;iso8859-16" "" # LATIN 
SMALL LETTER T WITH COMMA BELOW
 #0x021c ""                         "" "" # LATIN CAPITAL LETTER YOGH
 #0x021d ""                         "" "" # LATIN SMALL LETTER YOGH
 0x021e "\\v{H}"                   "" "mathalpha,force=utf8" "\\check{H}" # 
LATIN CAPITAL LETTER H WITH CARON
@@ -719,7 +719,7 @@
 0x0323 "\\d"                      "" "combining,force" # COMBINING DOT BELOW
 0x0324 "\\textsubumlaut"          "tipa" "combining,force" # COMBINING 
DIAERESIS BELOW
 0x0325 "\\textsubring"            "tipa" "combining,force" # COMBINING RING 
BELOW
-0x0326 "\\textcommabelow"         "textcommabelow" "combining,force" # 
COMBINING COMMA BELOW
+0x0326 "\\textcommabelow"         "textcommabelow!=utf8;iso8859-16" 
"combining,force" # COMBINING COMMA BELOW
 0x0327 "\\c"                      "" "combining,force" # COMBINING CEDILLA
 0x0328 "\\k"                      "" "combining,force" # COMBINING OGONEK
 0x0329 "\\textsyllabic"           "tipa" "combining,force" # COMBINING 
VERTICAL LINE BELOW

Reply via email to