From d9cd4cf910b739e4cf668240bbb9d50006827a58 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 5 Jan 2010 05:01:40 +0000 Subject: =?UTF-8?q?math:=20kleiner=20Fehler=20korrigiert,=20lang:=20IPA=20?= =?UTF-8?q?Diakritika=20eingef=C3=BCgt,=20aber=20noch=20nicht=20optimal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@2134 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- Compose/src/lang.module | 17 +++++++++++++++-- Compose/src/math.module | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/Compose/src/lang.module b/Compose/src/lang.module index 813a4fe..00904fe 100644 --- a/Compose/src/lang.module +++ b/Compose/src/lang.module @@ -228,7 +228,7 @@ : "ˈ" U02C8 # MODIFIER LETTER VERTICAL LINE : "ˌ" U02CC # MODIFIER LETTER LOW VERTICAL LINE : "ˌ" U02CC # MODIFIER LETTER LOW VERTICAL LINE -# : "‿" U203F # UNDERTIE + : "‿" U203F # UNDERTIE : "͡" U0361 # COMBINING DOUBLE INVERTED BREVE # tone letters (t) and Standard Mandarin tones @@ -246,6 +246,8 @@ # diakritics – work in progress : "̚" U031A # COMBINING LEFT ANGLE ABOVE + : "̽" U033D # COMBINING X ABOVE + : "̽" U033D # COMBINING X ABOVE : "̥" U0325 # COMBINING RING BELOW : "̥" U0325 # COMBINING RING BELOW : "̤" U0324 # COMBINING DIAERESIS BELOW @@ -254,10 +256,21 @@ : "̰" U0330 # COMBINING TILDE BELOW : "̯" U032F # COMBINING INVERTED BREVE BELOW : "̭" U032D # COMBINING CIRCUMFLEX ACCENT BELOW - + : "̬" U032C # COMBINING CARON BELOW + : "̼" U033C # COMBINING SEAGULL BELOW + : "̟" U031F # COMBINING PLUS SIGN BELOW + : "̠" U0320 # COMBINING MINUS SIGN BELOW + : "̩" U0329 # COMBINING VERTICAL LINE BELOW + : "̱" U0331 # COMBINING MACRON BELOW + : "̝" U031D # COMBINING UP TACK BELOW + : "̞" U031E # COMBINING DOWN TACK BELOW + : "̜" U031C # COMBINING LEFT HALF RING BELOW + : "̹" U0339 # COMBINING RIGHT HALF RING BELOW : "̻" U033B # COMBINING SQUARE BELOW : "̺" U033A # COMBINING INVERTED BRIDGE BELOW : "̪" U032A # COMBINING BRIDGE BELOW +# Missing: U+0319 COMBINING RIGHT TACK BELOW, U+0318 COMBINING LEFT TACK BELOW, U+0334 COMBINING TILDE OVERLAY, +# U+0351 COMBINING LEFT HALF RING ABOVE, U+0357 COMBINING RIGHT HALF RING ABOVE, U+0346 COMBINING BRIDGE ABOVE # tone accents: : "᷄" U1DC4 # COMBINING MACRON-ACUTE diff --git a/Compose/src/math.module b/Compose/src/math.module index a26cbc4..55a4387 100644 --- a/Compose/src/math.module +++ b/Compose/src/math.module @@ -151,7 +151,7 @@ : "⊣" U22A3 # LEFT TACK : "⊨" U22A8 # TRUE : "⊨" U22A8 # TRUE - : "⊤" U22A4 # DOWN TACK + : "⊤" U22A4 # DOWN TACK : "⊤" U22A4 # DOWN TACK <0> : "∅" U2205 # EMPTY SET <0> : "∅" U2205 # EMPTY SET -- cgit v1.2.3