[Bug localedata/32280] Enable transliteration rules with two input characters in scn_IT
maiku.fabian at gmail dot com
sourceware-bugzilla@sourceware.org
Wed Oct 16 15:41:41 GMT 2024
https://sourceware.org/bugzilla/show_bug.cgi?id=32280
--- Comment #3 from Mike FABIAN <maiku.fabian at gmail dot com> ---
commit 25efda03df71cef6482bc81e9744a7f7055ce253 (HEAD -> master, origin/master,
origin/HEAD)
Author: Mike FABIAN <mfabian@redhat.com>
Date: Tue Oct 15 18:40:25 2024 +0200
Enable transliteration rules with two input characters in scn_IT [BZ
#32280]
Should work now because
https://sourceware.org/bugzilla/show_bug.cgi?id=31859 has been fixed.
diff --git a/localedata/locales/scn_IT b/localedata/locales/scn_IT
index 227745c23f..bda21522ce 100644
--- a/localedata/locales/scn_IT
+++ b/localedata/locales/scn_IT
@@ -56,15 +56,11 @@ END LC_COLLATE
LC_CTYPE
copy "it_IT"
-% These translit rules don’t work at the moment,
-% see: https://sourceware.org/bugzilla/show_bug.cgi?id=31859
-% and: https://sourceware.org/pipermail/libc-alpha/2024-May/156769.html
-%
-%translit_start
-%"ḌḌ" "DDH"
-%"ḍḍ" "ddh"
-%"Ḍḍ" "Ddh"
-%translit_end
+translit_start
+"ḌḌ" "DDH"
+"ḍḍ" "ddh"
+"Ḍḍ" "Ddh"
+translit_end
END LC_CTYPE
lines 1-33/33 (END)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list