From 35ad99fad2f65ec2c69bd84bdeb8138329092b57 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 15 Jul 2022 11:29:46 +0200 Subject: nls: add four sequences for the Samogitian E with dot above and macron MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- nls/en_US.UTF-8/Compose.pre | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 : "ȳ" U0233 # LATIN SMALL LETTER Y WITH MACRON : "ȳ" U0233 # LATIN SMALL LETTER Y WITH MACRON : "ȳ" U0233 # LATIN SMALL LETTER Y WITH MACRON - : "ə" U0259 # LATIN SMALL LETTER SCHWA +/* Four sequences for Samogitian. */ + : "Ė̄" # LATIN CAPITAL LETTER E WITH DOT ABOVE plus combining macron + : "Ė̄" # LATIN CAPITAL LETTER E WITH DOT ABOVE plus combining macron + : "ė̄" # LATIN SMALL LETTER E WITH DOT ABOVE plus combining macron + : "ė̄" # LATIN SMALL LETTER E WITH DOT ABOVE plus combining macron +XCOMM IPA Extensions + : "ə" U0259 # LATIN SMALL LETTER SCHWA : "ɨ" U0268 # LATIN SMALL LETTER I WITH STROKE : "ɨ" U0268 # LATIN SMALL LETTER I WITH STROKE : "ɨ" U0268 # LATIN SMALL LETTER I WITH STROKE -- cgit v1.2.1