From 3f87cbe5ffd589f5e8b84357df24d3058d0bbcdc Mon Sep 17 00:00:00 2001 From: Gunnar Wolf Date: Fri, 24 Jun 2011 12:29:41 -0500 Subject: Some more chat aids I could not refuse ;-) --- dotXCompose | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dotXCompose b/dotXCompose index f774160..5e30b44 100644 --- a/dotXCompose +++ b/dotXCompose @@ -452,6 +452,15 @@ include "%L" : "☹" U2639 # WHITE FROWNING FACE : "⍨" U2368 # APL FUNCTIONAL SYMBOL TILDE DIAERESIS : "⸚" U2E1A # HYPHEN WITH DIAERESIS +# Those are archaic cyrilic letters... but look so _perfect_ for use +# in chat. And about the last, the "multiocular O"... Well, I don't +# know what it can be used for, but given the description, how could I +# leave it out‽ + : "Ꙭ" UA66C # CYRILLIC CAPITAL LETTER DOUBLE MONOCULAR O * used in the dual of words based on the root for 'eye' + : "ꙭ" UA66D # CYRILLIC SMALL LETTER DOUBLE MONOCULAR O + : "Ꙫ" UA66A # CYRILLIC CAPITAL LETTER BINOCULAR O * used in the dual of words based on the root for 'eye' + : "ꙫ" UA66B # CYRILLIC SMALL LETTER BINOCULAR O + : "ꙮ" UA66E # CYRIILLIC LETTER MULTIOCULAR O * used in the epithet 'many-eyed' : "‽" U203D # INTERROBANG : "‽" U203D # INTERROBANG (in case you can’t remember the order) : "⸘" U2E18 # INVERTED INTERROBANG (if you have a ¡ key. Otherwise...? "?i" maybe? -- cgit v1.2.3 -- cgit v1.2.3 From 0d28d1f39b5e94c6e3a24b356c6eae81315ca74b Mon Sep 17 00:00:00 2001 From: Rory McCann Date: Fri, 21 Oct 2011 14:45:35 +0100 Subject: added section sign --- dotXCompose | 1 + 1 file changed, 1 insertion(+) diff --git a/dotXCompose b/dotXCompose index 83376be..1c10c73 100644 --- a/dotXCompose +++ b/dotXCompose @@ -51,6 +51,7 @@ include "%L" : "‡" U2021 # DOUBLE DAGGER # We already have THIN SPACE below, as ! Keep both? : " " U2009 # THIN SPACE + : "§" U00A7 # SECTION SIGN : "←" leftarrow # LEFTWARDS ARROW : "↑" uparrow # UPWARDS ARROW -- cgit v1.2.3 From bf26e1b3a08737fd0529d2f74da12bbd6b213286 Mon Sep 17 00:00:00 2001 From: Rory McCann Date: Fri, 21 Oct 2011 15:06:25 +0100 Subject: added some gender/sexuality signs --- dotXCompose | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/dotXCompose b/dotXCompose index 1c10c73..8fd7308 100644 --- a/dotXCompose +++ b/dotXCompose @@ -571,6 +571,18 @@ include "%L" : "♀" U2640 # FEMALE SIGN : "♂" U2642 # MALE SIGN + + : "⚣" U26A3 # DOUBLED MALE SIGN + : "⚢" U26A2 # DOUBLED FEMALE SIGN + : "⚤" U26A4 # INTERLOCKED FEMALE AND MALE SIGN + +# 'trans': short for transgender/transexual +# 'genderq': short for genderqueer. +# Wasn't sure which to call which symbol, and wanted to include both + : "⚥" U26A5 # MALE AND FEMALE SIGN + : "⚧" U26A7 # MALE WITH STROKE AND MALE AND FEMALE SIGN + + : "☠" U2620 # SKULL AND CROSSBONES : "☠" U2620 # SKULL AND CROSSBONES : "⌨" U2328 # KEYBOARD -- cgit v1.2.3 From c1a8907c8e975f8e42cc9cda6cbd11370e78967e Mon Sep 17 00:00:00 2001 From: Hermann Schwarting Date: Fri, 2 Dec 2011 21:29:19 +0100 Subject: Add U2211 (mathematical sum). Move sumint to sint. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add for the mathematical symbol n-ary sum. Needed to move ··sumint to ··sint to make room. But I think it fits with ··gint. --- dotXCompose | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotXCompose b/dotXCompose index 83376be..fb7686c 100644 --- a/dotXCompose +++ b/dotXCompose @@ -218,6 +218,8 @@ include "%L" : "ª" U00AA # FEMININE ORDINAL INDICATOR : "º" U00BA # MASCULINE ORDINAL INDICATOR +# See also U03A3 (Greek capital sigma) + : "∑" U2211 # N-ARY SUMMATION # OK, absolutely cannot believe we made it this long without NABLA or INTEGRAL # or PARTIAL DIFFERENTIAL : "∫" U222B # INTEGRAL @@ -232,7 +234,7 @@ include "%L" : "∯" U222F # SURFACE INTEGRAL : "∰" U2230 # VOLUME INTEGRAL : "⨘" U2A18 # GEOMETRIC INTEGRAL - : "⨋" U2A0B # SUM/INTEGRAL + : "⨋" U2A0B # SUM/INTEGRAL #Now for some WTF integrals: ⨙ ⨚ : "∇" U2207 # NABLA

: "∂" U2202 # PARTIAL DIFFERENTIAL -- cgit v1.2.3 From b4214dab38396537eb315be57dbda05105ac9293 Mon Sep 17 00:00:00 2001 From: Gunnar Wolf Date: Thu, 8 Dec 2011 10:16:11 -0600 Subject: Fix a clash between • and ꙭ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dotXCompose | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotXCompose b/dotXCompose index 611311a..8a03796 100644 --- a/dotXCompose +++ b/dotXCompose @@ -40,7 +40,8 @@ include "%L" : "‚" U201A # SINGLE LOW-9 QUOTATION MARK (quote resembling a comma) : "„" U201E # DOUBLE LOW-9 QUOTATION MARK : "↵" U21B5 # DOWNWARDS ARROW WITH CORNER LEFTWARDS - : "•" U2022 # BULLET +# The bullet was , but it clashes with ꙭ + <1> : "•" U2022 # BULLET # By default does this, but we broke that with the ... binding. : "⁃" U2043 # HYPHEN BULLET : "·" periodcentered # MIDDLE DOT -- cgit v1.2.3