summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2012-02-22 14:13:20 -0500
committerJames Cloos <cloos@jhcloos.com>2012-02-22 14:15:13 -0500
commitf4378193619baa9bb973c1b5b718721bbcbe92c7 (patch)
tree77e3264631f2f39b75b7b8e120c5432c3370de9c
parent2ca641c3a506dcbee97e279b67990d5387389f36 (diff)
Make the compose sequence for ẞ work.
There is no XK_Ssharp symbol for U+1E9E LATIN CAPITAL LETTER SHARP S, so use the U1e9e symbol in the Compose sequence. (Compose sequences do not work when the target symbol is unknown.) Signed-off-by: James Cloos <cloos@jhcloos.com>
-rw-r--r--nls/en_US.UTF-8/Compose.pre2
1 files changed, 1 insertions, 1 deletions
diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre
index b8cb4f7c..057f6217 100644
--- a/nls/en_US.UTF-8/Compose.pre
+++ b/nls/en_US.UTF-8/Compose.pre
@@ -104,7 +104,7 @@ XCOMM Spaces
<Multi_key> <minus> <d> : "đ" dstroke # LATIN SMALL LETTER D WITH STROKE
<Multi_key> <minus> <D> : "Đ" Dstroke # LATIN CAPITAL LETTER D WITH STROKE
<Multi_key> <s> <s> : "ß" ssharp # LATIN SMALL LETTER SHARP S
-<Multi_key> <S> <S> : "ẞ" Ssharp # LATIN CAPITAL LETTER SHARP S
+<Multi_key> <S> <S> : "ẞ" U1e9e # LATIN CAPITAL LETTER SHARP S
<Multi_key> <o> <e> : "œ" oe # LATIN SMALL LIGATURE OE
<Multi_key> <O> <E> : "Œ" OE # LATIN CAPITAL LIGATURE OE