From b27f0440d2590f9839db2c18377f9f97df0b3805 Mon Sep 17 00:00:00 2001 From: Mark Shoulson Date: Thu, 22 Aug 2013 12:41:01 -0400 Subject: =?UTF-8?q?Add=20=E2=B8=A2=E2=B8=A3=E2=B8=A4=E2=B8=A5,=20=E3=80=83?= =?UTF-8?q?,=20=E2=9F=8C,=20a=20few=20others,=20fixed=20errors=20with=20"?= =?UTF-8?q?=E1=B7=BC"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dotXCompose | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'dotXCompose') diff --git a/dotXCompose b/dotXCompose index fb376ac..c777f45 100644 --- a/dotXCompose +++ b/dotXCompose @@ -62,6 +62,15 @@ include "%L" # We already have THIN SPACE below, as ! Keep both? : " " U2009 # THIN SPACE : "§" U00A7 # SECTION SIGN +# It's in the Asian section, but it's a general-purpose punctuation: + : "〃" U3003 # DITTO MARK +# Working with the pattern from FLOOR/CEILING + <7> : "⸢" U2E22 # TOP LEFT HALF BRACKET + <7> : "⸣" U2E23 # TOP RIGHT HALF BRACKET + : "⸤" U2E24 # BOTTOM LEFT HALF BRACKET + : "⸥" U2E25 # BOTTOM RIGHT HALF BRACKET +# Consider <7> / for ⸂⸃ maybe? and for ⸉⸊⸌⸍ ...? +# I guess we can get by with sub/superset for ⸦⸧. : "←" leftarrow # LEFTWARDS ARROW : "↑" uparrow # UPWARDS ARROW @@ -241,6 +250,8 @@ include "%L" : "⊗" U2297 # CIRCLED TIMES : "⊘" U2298 # CIRCLED DIVISION SLASH : "⊛" U229B # CIRCLED ASTERISK OPERATOR +# )- conflicts with system for }. + : "⟌" U27CC # LONG DIVISION : "∴" U2234 # THEREFORE : "∵" U2235 # BECAUSE : "∵" U2235 # BECAUSE @@ -649,6 +660,8 @@ include "%L" <0> :"☆" U2606 # WHITE STAR :"✪" U272A # CIRCLED WHITE STAR <3> :"⁂" U2042 # ASTERISM + <3> :"⁂" U2042 # ASTERISM + <2> :"⁑" U2051 # TWO ASTERISKS ALIGNED VERTICALLY <4> :"✢" U2722 # FOUR TEARDROP-SPOKED ASTERISK <6> :"✡" U2721 # STAR OF DAVID :"✯" U272F # PINWHEEL STAR @@ -836,8 +849,8 @@ include "%L" <2> : "͠" U0360 # COMBINING DOUBLE TILDE : "͡" U0361 # COMBINING DOUBLE INVERTED BREVE <2> : "͡" U0361 # COMBINING DOUBLE INVERTED BREVE - : "᷼" U0361 # COMBINING DOUBLE INVERTED BREVE BELOW - <2> : "᷼" U0361 # COMBINING DOUBLE INVERTED BREVE BELOW + : "᷼" U1DFC # COMBINING DOUBLE INVERTED BREVE BELOW + <2> : "᷼" U1DFC # COMBINING DOUBLE INVERTED BREVE BELOW # Might as well finish up the set. : "͢" U0362 # COMBINING DOUBLE RIGHTWARDS ARROW BELOW <2> : "͢" U0362 # COMBINING DOUBLE RIGHTWARDS ARROW BELOW -- cgit v1.2.3