mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 04:20:05 +00:00
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.
This commit is contained in:
parent
9d4b4515a8
commit
25efda03df
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user