]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Enable transliteration rules with two input characters in scn_IT [BZ #32280]
authorMike FABIAN <mfabian@redhat.com>
Tue, 15 Oct 2024 16:40:25 +0000 (18:40 +0200)
committerMike FABIAN <mfabian@redhat.com>
Wed, 16 Oct 2024 15:15:39 +0000 (17:15 +0200)
Should work now because https://sourceware.org/bugzilla/show_bug.cgi?id=31859 has been fixed.

localedata/locales/scn_IT

index 227745c23fd78711e1c19c8208ec35cd01d1024f..bda21522cee297d6d846a16a987e20ebefbb6b62 100644 (file)
@@ -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