diff options
author | jmcwilliams403 <jmcwilliams403@gmail.com> | 2023-03-31 09:47:03 -0400 |
---|---|---|
committer | jmcwilliams403 <jmcwilliams403@gmail.com> | 2023-04-06 14:30:17 +0000 |
commit | 96cbac89a02220eb21e13ca5fa7c8c5adf77028a (patch) | |
tree | 077214ee27164c254ecbe60f3715e5006cef5feb /nls | |
parent | a6528d92b3865adb4f9951df91a714f55f56d59e (diff) |
nls: add compose sequence for capital schwa, and delete a deviant one
This sequence has already been defined in the iso8859-9e compose
file meant for the Azerbaijani locale, yet for the longest time, only
the lowercase form has existed in the en_US.UTF-8 master compose
file. This patch adds one sequence for Latin Capital Letter Schwa for
the Azerbaijani language.
Additionally, the sequence in the pt_BR.UTF-8 locale for capital
schwa has been removed as it uses two lowercase e's as part of its
sequence, which in practice would make typing both `Multi_key e e`
and `Multi_key E E` output capital schwa.
Diffstat (limited to 'nls')
-rw-r--r-- | nls/en_US.UTF-8/Compose.pre | 1 | ||||
-rw-r--r-- | nls/pt_BR.UTF-8/Compose.pre | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre index 12986718..1467aee4 100644 --- a/nls/en_US.UTF-8/Compose.pre +++ b/nls/en_US.UTF-8/Compose.pre @@ -1048,6 +1048,7 @@ XCOMM Latin Extended-B <dead_stroke> <b> : "ƀ" U0180 # LATIN SMALL LETTER B WITH STROKE <Multi_key> <slash> <b> : "ƀ" U0180 # LATIN SMALL LETTER B WITH STROKE <Multi_key> <KP_Divide> <b> : "ƀ" U0180 # LATIN SMALL LETTER B WITH STROKE +<Multi_key> <E> <E> : "Ə" U018F # LATIN CAPITAL LETTER SCHWA <dead_stroke> <I> : "Ɨ" U0197 # LATIN CAPITAL LETTER I WITH STROKE <Multi_key> <slash> <I> : "Ɨ" U0197 # LATIN CAPITAL LETTER I WITH STROKE <Multi_key> <KP_Divide> <I> : "Ɨ" U0197 # LATIN CAPITAL LETTER I WITH STROKE diff --git a/nls/pt_BR.UTF-8/Compose.pre b/nls/pt_BR.UTF-8/Compose.pre index 29846c63..4355722f 100644 --- a/nls/pt_BR.UTF-8/Compose.pre +++ b/nls/pt_BR.UTF-8/Compose.pre @@ -8,10 +8,6 @@ XCOMM by Benno Schulenberg <bensberg@justemail.net> XCOMM Use the sequences from en_US.UTF-8 as the basis: include "X11_LOCALEDATADIR/en_US.UTF-8/Compose" -XCOMM This one should probably be deleted, because in -XCOMM en_US.UTF8 this is lowercase schwa, not uppercase: -<Multi_key> <e> <e> : "Ə" U018f - XCOMM Two nice additions -- maybe add to en_US.UTF8? <Multi_key> <quotedbl> <backslash> : "〝" U301d # REVERSED DOUBLE PRIME QUOTATION MARK <Multi_key> <quotedbl> <slash> : "〞" U301e # DOUBLE PRIME QUOTATION MARK |