From 1fd3ea1ee387eb65ef9323fb0bf48d6433743cba Mon Sep 17 00:00:00 2001 From: Mark Shoulson Date: Thu, 22 Jan 2009 20:58:21 -0500 Subject: Capital sharp-S and adjustments on math rels. --- dotXCompose | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dotXCompose b/dotXCompose index 652bda0..87d6583 100644 --- a/dotXCompose +++ b/dotXCompose @@ -48,7 +48,9 @@ include "%L" : "fi" UFB01 # LATIN LIGATURE FI : "fl" UFB02 # LATIN LIGATURE FL : "st" UFB06 # LATIN SMALL LIGATURE ST - : "ſt" UFB05 # LATIN SMALL LIGATURE LONG S T + : "ſ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 # Custom additions: Mathematical symbols : "≠" U2260 # NOT EQUAL TO @@ -62,7 +64,7 @@ include "%L" : "∌" U220C # DOES NOT CONTAIN AS MEMBER # would conflict, with for N WITH UNDERDOT, etc. : "∌" U220C # DOES NOT CONTAIN AS MEMBER -

: "≅" U2245 # APPROXIMATELY EQUAL TO + : "≅" U2245 # APPROXIMATELY EQUAL TO (It actually means "congruent"!) : "≔" U2254 # COLON EQUALS : "≟" U225f # QUESTIONED EQUAL TO : "≡" U2261 # IDENTICAL TO @@ -259,8 +261,7 @@ include "%L" : "ʘ" U0298 # LATIN LETTER BILABIAL CLICK (kiss sound) : "‣" U2023 # TRIANGULAR BULLET : "⁻" U207B # SUPERSCRIPT MINUS -# Or ? - : "≈" U2248 # ALMOST EQUAL TO + : "≈" U2248 # ALMOST EQUAL TO : "ʃ" U0283 # LATIN SMALL LETTER ESH : "№" U2116 # NUMERO SIGN # There are all kinds of awesome combining characters in the U+0300 page. -- cgit v1.2.3