From e405eeabd96b0f25c52cfb904156732d135d50f6 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 14 Aug 2014 11:51:01 +0200 Subject: compose table: superscripts and subscripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- res/compose | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/res/compose b/res/compose index 5b6957b..c2f1baa 100644 --- a/res/compose +++ b/res/compose @@ -311,7 +311,51 @@ composite("¨" "\"" "y" "ÿ") "i" "p" : "\u2069" # pop directional isolate # U+206A through U+206C are deprecated -# TODO Superscripts and Subscripts +# Superscripts and Subscripts: + "0" : "⁰" + ["^" ] "i" : "ⁱ" + "4" : "⁴" + "5" : "⁵" + "6" : "⁶" + "7" : "⁷" + "8" : "⁸" + "9" : "⁹" + "+" : "⁺" + "-" : "⁻" + "=" : "⁼" + "(" : "⁽" + ")" : "⁾" + ["^" ] "n" : "ⁿ" +dead_ascii("ˇ") + "0" : "₀" + "1" : "₁" + "2" : "₂" + "3" : "₃" + "4" : "₄" + "5" : "₅" + "6" : "₆" + "7" : "₇" + "8" : "₈" + "9" : "₉" + "+" : "₊" + "-" : "₋" + "=" : "₌" + "(" : "₍" + ")" : "₎" + ["ˇ" ] "a" : "ₐ" + ["ˇ" ] "e" : "ₑ" + ["ˇ" ] "o" : "ₒ" + ["ˇ" ] "x" : "ₓ" + ["ˇ" ] "ə" : "ₔ" + ["ˇ" ] "h" : "ₕ" + ["ˇ" ] "k" : "ₖ" + ["ˇ" ] "l" : "ₗ" + ["ˇ" ] "m" : "ₘ" + ["ˇ" ] "n" : "ₙ" + ["ˇ" ] "p" : "ₚ" + ["ˇ" ] "s" : "ₛ" + ["ˇ" ] "t" : "ₜ" + # TODO Currency Symbols # TODO Combining Diacritical Marks for Symbols # TODO Letterlike Symbols -- cgit v1.2.3-70-g09d2