From f4378193619baa9bb973c1b5b718721bbcbe92c7 Mon Sep 17 00:00:00 2001 From: James Cloos Date: Wed, 22 Feb 2012 14:13:20 -0500 Subject: [PATCH] =?UTF-8?q?Make=20the=20compose=20sequence=20for=20?= =?UTF-8?q?=E1=BA=9E=20work.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- nls/en_US.UTF-8/Compose.pre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : "đ" dstroke # LATIN SMALL LETTER D WITH STROKE : "Đ" Dstroke # LATIN CAPITAL LETTER D WITH STROKE : "ß" ssharp # LATIN SMALL LETTER SHARP S - : "ẞ" Ssharp # LATIN CAPITAL LETTER SHARP S + : "ẞ" U1e9e # LATIN CAPITAL LETTER SHARP S : "œ" oe # LATIN SMALL LIGATURE OE : "Œ" OE # LATIN CAPITAL LIGATURE OE