diff options
author | Benno Schulenberg <bensberg@telfort.nl> | 2022-07-15 11:29:46 +0200 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-15 17:58:35 +0000 |
commit | 35ad99fad2f65ec2c69bd84bdeb8138329092b57 (patch) | |
tree | e86c175ce4db5f2220d5aa5f455167d7f13765e4 /nls | |
parent | 2732dd20cc2694dd5c32fef292e1f48626011032 (diff) |
nls: add four sequences for the Samogitian E with dot above and macron
These sequences each produce two code points: the E-with-dot-above and
a combining macron. The XIM input method is required for this to work.
(Also add a missing comment for a Unicode block.)
This fixes issue #54.
Requested-by: Arns Udovīčė
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'nls')
-rw-r--r-- | nls/en_US.UTF-8/Compose.pre | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre index 533fd208..491c916f 100644 --- a/nls/en_US.UTF-8/Compose.pre +++ b/nls/en_US.UTF-8/Compose.pre @@ -1417,8 +1417,14 @@ 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 -<Multi_key> <e> <e> : "ə" U0259 # LATIN SMALL LETTER SCHWA +/* 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 +<Multi_key> <minus> <period> <e> : "ė̄" # LATIN SMALL LETTER E WITH DOT ABOVE plus combining macron +<Multi_key> <underscore> <period> <e> : "ė̄" # LATIN SMALL LETTER E WITH DOT ABOVE plus combining macron +XCOMM IPA Extensions +<Multi_key> <e> <e> : "ə" U0259 # LATIN SMALL LETTER SCHWA <dead_stroke> <i> : "ɨ" U0268 # LATIN SMALL LETTER I WITH STROKE <Multi_key> <slash> <i> : "ɨ" U0268 # LATIN SMALL LETTER I WITH STROKE <Multi_key> <KP_Divide> <i> : "ɨ" U0268 # LATIN SMALL LETTER I WITH STROKE |