Enable transliteration rules with two input characters in scn_IT [BZ #32280]
Checks
| Context |
Check |
Description |
| redhat-pt-bot/TryBot-apply_patch |
success
|
Patch applied to master at the time it was sent
|
| redhat-pt-bot/TryBot-32bit |
success
|
Build for i686
|
| linaro-tcwg-bot/tcwg_glibc_build--master-aarch64 |
fail
|
Patch failed to apply
|
| linaro-tcwg-bot/tcwg_glibc_build--master-arm |
fail
|
Patch failed to apply
|
Commit Message
Should work now because https://sourceware.org/bugzilla/show_bug.cgi?id=31859 has been fixed.
---
localedata/locales/scn_IT | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
Comments
On Okt 16 2024, Mike FABIAN wrote:
> Should work now because https://sourceware.org/bugzilla/show_bug.cgi?id=31859 has been fixed.
Ok.
@@ -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