diff options
author | alex <alex@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-03-27 17:15:08 +0000 |
---|---|---|
committer | alex <alex@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-03-27 17:15:08 +0000 |
commit | 790cd46440fead560102cbbad9c7b675ee536f2b (patch) | |
tree | becbc949bc38152e97cc257cb0f01c8f7a2779d4 /Compose | |
parent | 93b11bffd10f8e37997a5ae54a11f3e41968ff6a (diff) |
Tiefgestellte Ziffern eingefügt, kann gerne noch weiter diskutiert werden.
git-svn-id: https://svn.neo-layout.org@2231 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'Compose')
-rw-r--r-- | Compose/src/base.module | 21 | ||||
-rw-r--r-- | Compose/src/lang.module | 2 |
2 files changed, 22 insertions, 1 deletions
diff --git a/Compose/src/base.module b/Compose/src/base.module index 88c86c9..ab709d0 100644 --- a/Compose/src/base.module +++ b/Compose/src/base.module @@ -205,6 +205,27 @@ <Multi_key> <N> <j> : "Nj" U01CB # LATIN CAPITAL LETTER N WITH SMALL LETTER J <Multi_key> <n> <j> : "nj" U01CC # LATIN SMALL LETTER NJ +<dead_caron> <0> : "₀" U2080 # SUBSCRIPT ZERO +<dead_caron> <KP_0> : "₀" U2080 # SUBSCRIPT ZERO +<dead_caron> <1> : "₁" U2081 # SUBSCRIPT ONE +<dead_caron> <KP_1> : "₁" U2081 # SUBSCRIPT ONE +<dead_caron> <2> : "₂" U2082 # SUBSCRIPT TWO +<dead_caron> <KP_2> : "₂" U2082 # SUBSCRIPT TWO +<dead_caron> <3> : "₃" U2083 # SUBSCRIPT THREE +<dead_caron> <KP_3> : "₃" U2083 # SUBSCRIPT THREE +<dead_caron> <4> : "₄" U2084 # SUBSCRIPT FOUR +<dead_caron> <KP_4> : "₄" U2084 # SUBSCRIPT FOUR +<dead_caron> <5> : "₅" U2085 # SUBSCRIPT FIVE +<dead_caron> <KP_5> : "₅" U2085 # SUBSCRIPT FIVE +<dead_caron> <6> : "₆" U2086 # SUBSCRIPT SIX +<dead_caron> <KP_6> : "₆" U2086 # SUBSCRIPT SIX +<dead_caron> <7> : "₇" U2087 # SUBSCRIPT SEVEN +<dead_caron> <KP_7> : "₇" U2087 # SUBSCRIPT SEVEN +<dead_caron> <8> : "₈" U2088 # SUBSCRIPT EIGHT +<dead_caron> <KP_8> : "₈" U2088 # SUBSCRIPT EIGHT +<dead_caron> <9> : "₉" U2089 # SUBSCRIPT NINE +<dead_caron> <KP_9> : "₉" U2089 # SUBSCRIPT NINE + # interpunctation <Multi_key> <2> <exclam> : "‼" U203C # DOUBLE EXCLAMATION MARK <Multi_key> <exclam> <2> : "‼" U203C # DOUBLE EXCLAMATION MARK diff --git a/Compose/src/lang.module b/Compose/src/lang.module index 9f5c337..b88560d 100644 --- a/Compose/src/lang.module +++ b/Compose/src/lang.module @@ -147,7 +147,7 @@ <Multi_key> <slash> <Greek_lambda> : "ƛ" U019B # LATIN SMALL LETTER LAMBDA WITH STROKE <Multi_key> <KP_Divide> <Greek_lambda> : "ƛ" U019B # LATIN SMALL LETTER LAMBDA WITH STROKE # It is undecided whether they should be included: -<dead_stroke> <2> : "ƻ" U01BB # LATIN LETTER TWO WITH STROKE +#<dead_stroke> <2> : "ƻ" U01BB # LATIN LETTER TWO WITH STROKE <Multi_key> <minus> <2> : "ƻ" U01BB # LATIN LETTER TWO WITH STROKE <dead_stroke> <Greek_iota> : "ᵼ" U1D7C # LATIN SMALL LETTER IOTA WITH STROKE <Multi_key> <minus> <Greek_iota> : "ᵼ" U1D7C # LATIN SMALL LETTER IOTA WITH STROKE |