diff options
author | alex <alex@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-01-05 05:01:40 +0000 |
---|---|---|
committer | alex <alex@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-01-05 05:01:40 +0000 |
commit | d9cd4cf910b739e4cf668240bbb9d50006827a58 (patch) | |
tree | 309622dcc626e7c3c8470468f2c9dae86eb8dfc4 /Compose | |
parent | 51d5d02d25b6a7fb6d567df86faf0a0b46aea62e (diff) |
math: kleiner Fehler korrigiert, lang: IPA Diakritika eingefügt, aber noch nicht optimal
git-svn-id: https://svn.neo-layout.org@2134 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'Compose')
-rw-r--r-- | Compose/src/lang.module | 17 | ||||
-rw-r--r-- | 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 @@ <Multi_key> <apostrophe> <apostrophe> : "ˈ" U02C8 # MODIFIER LETTER VERTICAL LINE <Multi_key> <underscore> <apostrophe> : "ˌ" U02CC # MODIFIER LETTER LOW VERTICAL LINE <U21BB> <Multi_key> <apostrophe> <apostrophe> : "ˌ" U02CC # MODIFIER LETTER LOW VERTICAL LINE -#<U21BB> <parenright> : "‿" U203F # UNDERTIE +<U21BB> <parenright> : "‿" U203F # UNDERTIE <U21BB> <parenleft> : "͡" U0361 # COMBINING DOUBLE INVERTED BREVE # tone letters (t) and Standard Mandarin tones @@ -246,6 +246,8 @@ # diakritics – work in progress <dead_circumflex> <U21BB> <L> : "̚" U031A # COMBINING LEFT ANGLE ABOVE +<dead_circumflex> <multiply> : "̽" U033D # COMBINING X ABOVE +<Multi_key> <asciicircum> <multiply> : "̽" U033D # COMBINING X ABOVE <U21BB> <dead_abovering> <dead_abovering> : "̥" U0325 # COMBINING RING BELOW <Multi_key> <underscore> <dead_abovering> : "̥" U0325 # COMBINING RING BELOW <U21BB> <dead_diaeresis> <dead_diaeresis> : "̤" U0324 # COMBINING DIAERESIS BELOW @@ -254,10 +256,21 @@ <Multi_key> <underscore> <dead_tilde> : "̰" U0330 # COMBINING TILDE BELOW <Multi_key> <underscore> <dead_breve> : "̯" U032F # COMBINING INVERTED BREVE BELOW <Multi_key> <underscore> <dead_circumflex> <dead_circumflex> : "̭" U032D # COMBINING CIRCUMFLEX ACCENT BELOW - +<Multi_key> <underscore> <dead_caron> : "̬" U032C # COMBINING CARON BELOW +<Multi_key> <underscore> <m> : "̼" U033C # COMBINING SEAGULL BELOW +<Multi_key> <i> <plus> : "̟" U031F # COMBINING PLUS SIGN BELOW +<Multi_key> <i> <minus> : "̠" U0320 # COMBINING MINUS SIGN BELOW +<Multi_key> <underscore> <bar> : "̩" U0329 # COMBINING VERTICAL LINE BELOW +<Multi_key> <underscore> <dead_macron> : "̱" U0331 # COMBINING MACRON BELOW +<Multi_key> <underscore> <U22A5> : "̝" U031D # COMBINING UP TACK BELOW +<Multi_key> <underscore> <U21BB> <U22A5> : "̞" U031E # COMBINING DOWN TACK BELOW +<Multi_key> <underscore> <c> : "̜" U031C # COMBINING LEFT HALF RING BELOW +<Multi_key> <underscore> <U21BB> <c> : "̹" U0339 # COMBINING RIGHT HALF RING BELOW <Multi_key> <underscore> <U25A1> : "̻" U033B # COMBINING SQUARE BELOW <Multi_key> <underscore> <U21BB> <bracketright> : "̺" U033A # COMBINING INVERTED BRIDGE BELOW <Multi_key> <underscore> <U21BB> <bracketleft> : "̪" 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: <Multi_key> <dead_macron> <dead_acute> : "᷄" 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 @@ <Multi_key> <minus> <bar> : "⊣" U22A3 # LEFT TACK <Multi_key> <bar> <equal> : "⊨" U22A8 # TRUE <Multi_key> <bar> <KP_Equal> : "⊨" U22A8 # TRUE -<Multi_key> <downtack> <downtack> : "⊤" U22A4 # DOWN TACK +<Multi_key> <U22A5> <U22A5> : "⊤" U22A4 # DOWN TACK <U21BB> <U22A5> : "⊤" U22A4 # DOWN TACK <Multi_key> <slash> <0> : "∅" U2205 # EMPTY SET <dead_stroke> <0> : "∅" U2205 # EMPTY SET |