From a7fe7aa791ff16c1e574de7e8572b9e4c83c6d5a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 14 Aug 2014 18:46:58 +0200 Subject: compose table: mahjong tiles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- res/compose | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'res/compose') diff --git a/res/compose b/res/compose index c9720e2..dd266a6 100644 --- a/res/compose +++ b/res/compose @@ -788,7 +788,30 @@ end for # TODO Mathematical Alphanumeric Symbols # TODO Mende Kikakui # TODO Arabic Mathematical Alphabetic Symbols -# TODO Mahjong Tiles + +# Mahjong Tiles: + "m" "t" ">" : "\u1F000" + "m" "t" "v" : "\u1F001" + "m" "t" "<" : "\u1F002" + "m" "t" [ "^"] : "\u1F003" + "m" "t" "r" : "\u1F004" + "m" "t" "g" : "\u1F005" + "m" "t" "w" : "\u1F006" +for "1" to "9" as \1 + "m" "t" "w" "\1" : "\add(\u1F007 \sub(\1 "1"))" + "m" "t" "t" "\1" : "\add(\u1F010 \sub(\1 "1"))" + "m" "t" "b" "\1" : "\add(\u1F019 \sub(\1 "1"))" +end for + "m" "t" "m" : "\u1F022" + "m" "t" "l" : "\u1F023" + "m" "t" "z" : "\u1F024" + "m" "t" "j" : "\u1F025" + "m" "t" "1" : "\u1F026" + "m" "t" "2" : "\u1F027" + "m" "t" "3" : "\u1F028" + "m" "t" "4" : "\u1F029" + "m" "t" "*" : "\u1F02A" + "m" "t" "/" : "\u1F02B" # Domino Tiles: "d" "t" "-" ["-" ] : "\u1F030" -- cgit v1.2.3-70-g09d2