summaryrefslogtreecommitdiff
path: root/nls
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2023-06-16 09:33:03 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2023-06-16 09:40:19 +0200
commit178c4fefd3b0b4be5e69274108b86a51f08ec3a6 (patch)
tree4f2f3aed933f9872ae9f4c8dde62fa6daf4802cf /nls
parent695e90ad26f632feb0f58ad94882fb3a263bf114 (diff)
nls: remove three duplicated combining acute accents
For the Cyrillic YU with combining acute accent, the string between the quotes contained two U+0301 code points, whereas one is enough, like for all the neighboring strings. (This duplication was found by accident with `nano --mini --cons`.)
Diffstat (limited to 'nls')
-rw-r--r--nls/en_US.UTF-8/Compose.pre6
1 files changed, 3 insertions, 3 deletions
diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre
index 45176b97..79c3bea3 100644
--- a/nls/en_US.UTF-8/Compose.pre
+++ b/nls/en_US.UTF-8/Compose.pre
@@ -5023,9 +5023,9 @@ XCOMM Cyrillic (NFDs -- Normalized Form Canonical Decomposition)
<dead_acute> <Cyrillic_yu> : "ю́" # CYRILLIC SMALL LETTER YU WITH COMBINING ACUTE ACCENT
<Multi_key> <acute> <Cyrillic_yu> : "ю́" # CYRILLIC SMALL LETTER YU WITH COMBINING ACUTE ACCENT
<Multi_key> <apostrophe> <Cyrillic_yu> : "ю́" # CYRILLIC SMALL LETTER YU WITH COMBINING ACUTE ACCENT
-<dead_acute> <Cyrillic_YU> : "Ю́́" # CYRILLIC CAPITAL LETTER YU WITH COMBINING ACUTE ACCENT
-<Multi_key> <acute> <Cyrillic_YU> : "Ю́́" # CYRILLIC CAPITAL LETTER YU WITH COMBINING ACUTE ACCENT
-<Multi_key> <apostrophe> <Cyrillic_YU> : "Ю́́" # CYRILLIC CAPITAL LETTER YU WITH COMBINING ACUTE ACCENT
+<dead_acute> <Cyrillic_YU> : "Ю́" # CYRILLIC CAPITAL LETTER YU WITH COMBINING ACUTE ACCENT
+<Multi_key> <acute> <Cyrillic_YU> : "Ю́" # CYRILLIC CAPITAL LETTER YU WITH COMBINING ACUTE ACCENT
+<Multi_key> <apostrophe> <Cyrillic_YU> : "Ю́" # CYRILLIC CAPITAL LETTER YU WITH COMBINING ACUTE ACCENT
<dead_acute> <Cyrillic_ya> : "я́" # CYRILLIC SMALL LETTER YA WITH COMBINING ACUTE ACCENT
<Multi_key> <acute> <Cyrillic_ya> : "я́" # CYRILLIC SMALL LETTER YA WITH COMBINING ACUTE ACCENT
<Multi_key> <apostrophe> <Cyrillic_ya> : "я́" # CYRILLIC SMALL LETTER YA WITH COMBINING ACUTE ACCENT