diff options
author | Benno Schulenberg <bensberg@telfort.nl> | 2022-11-03 17:25:29 +0100 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-01-07 17:12:22 +0000 |
commit | 0c7c4ce875ea65160705180ebb68a2c88afb678e (patch) | |
tree | a8e0dfffd6c579259e9032d76a21004662056475 /nls | |
parent | a80ef097e713aba0330b9cf9f3c1e309084b926f (diff) |
nls: add two compose sequences for capital B with stroke, for consistency
Two compose sequences (with plain ASCII characters) existed for
the lowercase b with stroke (ƀ) but not for the capital one (Ƀ).
This addresses part of issue #166.
Reported-by: J. McWilliams
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'nls')
-rw-r--r-- | nls/en_US.UTF-8/Compose.pre | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre index 482cc64b..dfecec78 100644 --- a/nls/en_US.UTF-8/Compose.pre +++ b/nls/en_US.UTF-8/Compose.pre @@ -1428,6 +1428,9 @@ XCOMM Latin Extended-B <dead_macron> <y> : "ȳ" U0233 # LATIN SMALL LETTER Y WITH MACRON <Multi_key> <macron> <y> : "ȳ" U0233 # LATIN SMALL LETTER Y WITH MACRON <Multi_key> <underscore> <y> : "ȳ" U0233 # LATIN SMALL LETTER Y WITH MACRON +<dead_stroke> <B> : "Ƀ" U0243 # LATIN CAPITAL LETTER B WITH STROKE +<Multi_key> <slash> <B> : "Ƀ" U0243 # LATIN CAPITAL LETTER B WITH STROKE +<Multi_key> <KP_Divide> <B> : "Ƀ" U0243 # LATIN CAPITAL LETTER B WITH STROKE /* Four sequences for Samogitian. */ <Multi_key> <minus> <period> <E> : "Ė̄" # LATIN CAPITAL LETTER E WITH DOT ABOVE plus combining macron <Multi_key> <underscore> <period> <E> : "Ė̄" # LATIN CAPITAL LETTER E WITH DOT ABOVE plus combining macron @@ -5287,7 +5290,6 @@ XCOMM French-Dvorak Bépo compositions <dead_stroke> <equal> : "≠" notequal # NOT EQUAL TO <dead_stroke> <A> : "Ⱥ" U023A # LATIN CAPITAL LETTER A WITH STROKE <dead_stroke> <a> : "ⱥ" U2C65 # LATIN SMALL LETTER A WITH STROKE -<dead_stroke> <B> : "Ƀ" U0243 # LATIN CAPITAL LETTER B WITH STROKE <dead_stroke> <C> : "Ȼ" U023B # LATIN CAPITAL LETTER C WITH STROKE <dead_stroke> <c> : "ȼ" U023C # LATIN SMALL LETTER C WITH STROKE <dead_stroke> <E> : "Ɇ" U0246 # LATIN CAPITAL LETTER E WITH STROKE |