From f5580e8b1c6aa7e38ddebd96ec326e6804acd279 Mon Sep 17 00:00:00 2001 From: Mark Shoulson Date: Thu, 12 Feb 2009 22:53:36 -0500 Subject: A mixed bag of new chars, zero-widthers, comments. --- dotXCompose | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/dotXCompose b/dotXCompose index 853053e..d2476fd 100644 --- a/dotXCompose +++ b/dotXCompose @@ -31,6 +31,10 @@ include "%L" : "·" periodcentered # MIDDLE DOT # Already present for me: # : " " U00A0 # NO-BREAK SPACE +# Do we want/need these? + : "†" U2020 # DAGGER + : "‡" U2021 # DOUBLE DAGGER +# We already have THIN SPACE below, as ! Keep both? : " " U2009 # THIN SPACE : "←" leftarrow # LEFTWARDS ARROW : "↑" uparrow # UPWARDS ARROW @@ -54,6 +58,8 @@ include "%L" : "ſt" UFB05 # LATIN SMALL LIGATURE LONG S T # ß is already available as I think. But now it comes in industrial size! : "ẞ" U1E9E # LATIN CAPITAL LETTER SHARP S +# Eventually we'll have to look over the really crazy-cakes Latin letters +# they're adding as "mediævalist extensions" # Custom additions: Mathematical symbols : "≠" U2260 # NOT EQUAL TO @@ -70,6 +76,7 @@ include "%L" : "≅" U2245 # APPROXIMATELY EQUAL TO (It actually means "congruent"!) : "≔" U2254 # COLON EQUALS : "≟" U225f # QUESTIONED EQUAL TO + : "≝" U225D # EQUAL TO BY DEFINITION : "≡" U2261 # IDENTICAL TO # Using conflicts. : "≢" U2262 # NOT IDENTICAL TO @@ -95,6 +102,8 @@ include "%L" : "⊗" U2297 # CIRCLED TIMES : "⊘" U2298 # CIRCLED DIVISION SLASH : "⊛" U229B # CIRCLED ASTERISK OPERATOR + : "∴" U2234 # THEREFORE + : "∵" U2235 # BECAUSE : "‱" U2031 # PER TEN THOUSAND (basis points) : "⃗" U20D7 # COMBINING RIGHT ARROW ABOVE (vector) # There's a whole passel of these guys starting at U+1D538 but I have no fonts for those. @@ -248,9 +257,17 @@ include "%L" # 2624 CADEUCEUS # 2611 BALLOT BOX WITH CHECK, or some other checkmark # 267B BLACK UNIVERSAL RECYCLING SYMBOL +# 269B ATOM SYMBOL (for coolness) +# 269C FLEUR-DE-LIS (maybe would be okay) +# 26A1 HIGH VOLTAGE SIGN (!) +# 26B0 COFFIN ? +# One of the SNOWFLAKEs? +# I already have STAR OF DAVID on another map. +# 2B1A DOTTED SQUARE -- and/or some other hollow square/rectangle? : "♀" U2640 # FEMALE SIGN : "♂" U2642 # MALE SIGN : "☠" U2620 # SKULL AND CROSSBONES +# Can we get better keycodes for these? : "☞" U261E # WHITE RIGHT POINTING INDEX : "☜" U261C # WHITE LEFT POINTING INDEX :"★" U2605 # BLACK STAR @@ -323,6 +340,19 @@ include "%L" : "͒" U0352 # COMBINING FERMATA +# How about for a little extra control: +

: "​" U200B # ZERO WIDTH SPACE + : "‌" U200C # ZERO WIDTH NON-JOINER + : "‍" U200D # ZERO WIDTH JOINER + : "‎" U200E # LEFT-TO-RIGHT MARK + : "‏" U200F # RIGHT-TO-LEFT MARK +# I never understood the whole embedding/pop thing, so I'm leaving those out +# for now. + : "‭" U202D # LEFT-TO-RIGHT OVERRIDE + : "‮" U202E # RIGHT-TO-LEFT OVERRIDE + : "" UFEFF # ZERO WIDTH NO-BREAK SPACE (Byte Order Mark) + + # See also http://bleah.co.uk/~simon/stuff/XCompose # and http://dotfiles.org/~inky/.XCompose # and http://paste.lisp.org/display/73094 -- cgit v1.2.3