From da9918431d37f85a38c0e1ab7e4479996b757695 Mon Sep 17 00:00:00 2001 From: "Mark E. Shoulson" Date: Thu, 19 Dec 2019 09:21:19 -0500 Subject: Fixed some .py utils to use python3; added a few chars. After all, Python2 reaches EOL very soon! More emoji added. Also improved the Makefile. A few additions, improvements to translator. --- dotXCompose | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'dotXCompose') diff --git a/dotXCompose b/dotXCompose index eb45132..76f776d 100644 --- a/dotXCompose +++ b/dotXCompose @@ -98,15 +98,16 @@ include "%L" # Already present for me: # : " " U00A0 # NO-BREAK SPACE # Narrow no-break space, needed for some Latin languages like French - : " " U202f # NARROW NO-BREAK SPACE + : " " U202f # NARROW NO-BREAK SPACE # Technically, NO-BREAK SPACE is not supposed to be fixed-width. This is: : " " U2007 # FIGURE SPACE -# Do we want/need these? - : "†" U2020 # DAGGER - : "‡" U2021 # DOUBLE DAGGER # We used to have THIN SPACE as , but now that’s remapped # to " ‘", for conveniently enclosing things in proper single-quotes. : " " U2009 # THIN SPACE +# (heh, heh... space bar) + : " " U200A # HAIR SPACE + : "†" U2020 # DAGGER + : "‡" U2021 # DOUBLE DAGGER : "§" U00A7 # SECTION SIGN # It's in the Asian section, but it's a general-purpose punctuation: : "〃" U3003 # DITTO MARK @@ -147,6 +148,7 @@ include "%L" : "⇡" U21E1 # UPWARDS DASHED ARROW : "⇢" U21E2 # RIGHTWARDS DASHED ARROW : "⇣" U21E3 # DOWNWARDS DASHED ARROW + : "↯" U21AF # DOWNWARDS ZIGZAG ARROW # Arrow keys don't always work: some apps trap them for cursor control and # other boring things. The arrow symbols have alternate keystrokes. Do @@ -299,6 +301,9 @@ include "%L" : "≡" U2261 # IDENTICAL TO : "≔" U2254 # COLON EQUALS : "≕" U2255 # EQUALS COLON + <2> : "⩵" U2A75 # TWO CONSECUTIVE EQUALS SIGNS + : "⩵" U2A75 # TWO CONSECUTIVE EQUALS SIGNS + <3> : "⩶" U2A76 # THREE CONSECUTIVE EQUALS SIGNS # Using conflicts. : "≢" U2262 # NOT IDENTICAL TO # We already have ± @@ -348,6 +353,7 @@ include "%L" # )- conflicts with system for }. : "⟌" U27CC # LONG DIVISION : "∴" U2234 # THEREFORE + <4> : "∴" U2234 # THEREFORE : "∵" U2235 # BECAUSE : "∵" U2235 # BECAUSE : "‱" U2031 # PER TEN THOUSAND (basis points) @@ -459,6 +465,7 @@ include "%L" <7> : "『" U300E # LEFT WHITE CORNER BRACKET : "』" U300F # RIGHT WHITE CORNER BRACKET # How about these for the "corners"? Confusing with {L[} etc? +# and don't forget about {L_[} which we have for ⸤ <7> : "⌜" U231C # TOP LEFT CORNER <7> : "⌝" U231D # TOP RIGHT CORNER : "⌞" U231E # BOTTOM LEFT CORNER @@ -886,6 +893,9 @@ include "%L" : " " U2003 # EM SPACE <3> : " " U2004 # THREE-PER-EM SPACE <4> : " " U2005 # FOUR-PER-EM SPACE + <6> : " " U2006 # SIX-PER-EM SPACE + : " " U2008 # PUNCTUATION SPACE + : " " U205F # MEDIUM MATHEMATICAL SPACE : "◌" U25CC # DOTTED CIRCLE : "⬚" U2B1A # DOTTED SQUARE : "﴾" UFD3E # ORNATE LEFT PARENTHESIS -- cgit v1.2.3