* [Bug localedata/32280] New: Enable transliteration rules with two input characters in scn_IT
@ 2024-10-16 15:14 maiku.fabian at gmail dot com
2024-10-16 15:14 ` [Bug localedata/32280] " maiku.fabian at gmail dot com
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-10-16 15:14 UTC (permalink / raw)
To: libc-locales
https://sourceware.org/bugzilla/show_bug.cgi?id=32280
Bug ID: 32280
Summary: Enable transliteration rules with two input characters
in scn_IT
Product: glibc
Version: 2.41
Status: NEW
Severity: normal
Priority: P2
Component: localedata
Assignee: unassigned at sourceware dot org
Reporter: maiku.fabian at gmail dot com
CC: libc-locales at sourceware dot org
Target Milestone: ---
The scn_IT locale has some transliteration rules with two input characters.
But they are commented out because it didn't work.
This has been fixed by Andreas Schwab, see:
https://sourceware.org/bugzilla/show_bug.cgi?id=31859
So they can now be enabled.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug localedata/32280] Enable transliteration rules with two input characters in scn_IT
2024-10-16 15:14 [Bug localedata/32280] New: Enable transliteration rules with two input characters in scn_IT maiku.fabian at gmail dot com
@ 2024-10-16 15:14 ` maiku.fabian at gmail dot com
2024-10-16 15:14 ` maiku.fabian at gmail dot com
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-10-16 15:14 UTC (permalink / raw)
To: libc-locales
https://sourceware.org/bugzilla/show_bug.cgi?id=32280
Mike FABIAN <maiku.fabian at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at sourceware dot org |maiku.fabian at gmail dot com
CC| |maiku.fabian at gmail dot com
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug localedata/32280] Enable transliteration rules with two input characters in scn_IT
2024-10-16 15:14 [Bug localedata/32280] New: Enable transliteration rules with two input characters in scn_IT maiku.fabian at gmail dot com
2024-10-16 15:14 ` [Bug localedata/32280] " maiku.fabian at gmail dot com
@ 2024-10-16 15:14 ` maiku.fabian at gmail dot com
2024-10-16 15:33 ` maiku.fabian at gmail dot com
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-10-16 15:14 UTC (permalink / raw)
To: libc-locales
https://sourceware.org/bugzilla/show_bug.cgi?id=32280
Mike FABIAN <maiku.fabian at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |2.41
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug localedata/32280] Enable transliteration rules with two input characters in scn_IT
2024-10-16 15:14 [Bug localedata/32280] New: Enable transliteration rules with two input characters in scn_IT maiku.fabian at gmail dot com
2024-10-16 15:14 ` [Bug localedata/32280] " maiku.fabian at gmail dot com
2024-10-16 15:14 ` maiku.fabian at gmail dot com
@ 2024-10-16 15:33 ` maiku.fabian at gmail dot com
2024-10-16 15:37 ` maiku.fabian at gmail dot com
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-10-16 15:33 UTC (permalink / raw)
To: libc-locales
https://sourceware.org/bugzilla/show_bug.cgi?id=32280
--- Comment #1 from Mike FABIAN <maiku.fabian at gmail dot com> ---
It works now:
bash-5.2# locale
LANG=C.UTF-8
LC_CTYPE="scn_IT.UTF-8"
LC_NUMERIC="scn_IT.UTF-8"
LC_TIME="scn_IT.UTF-8"
LC_COLLATE="scn_IT.UTF-8"
LC_MONETARY="scn_IT.UTF-8"
LC_MESSAGES="scn_IT.UTF-8"
LC_PAPER="scn_IT.UTF-8"
LC_NAME="scn_IT.UTF-8"
LC_ADDRESS="scn_IT.UTF-8"
LC_TELEPHONE="scn_IT.UTF-8"
LC_MEASUREMENT="scn_IT.UTF-8"
LC_IDENTIFICATION="scn_IT.UTF-8"
LC_ALL=scn_IT.UTF-8
bash-5.2# locale -k language
language="Sicilian"
bash-5.2# echo "ḌḌ" | iconv -f utf-8 -t ascii//translit
DDH
bash-5.2# echo "ḌxḌ" | iconv -f utf-8 -t ascii//translit
DxD
bash-5.2# echo "xḌxḌx" | iconv -f utf-8 -t ascii//translit
xDxDx
bash-5.2# echo "xḌḌx" | iconv -f utf-8 -t ascii//translit
xDDHx
bash-5.2#
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug localedata/32280] Enable transliteration rules with two input characters in scn_IT
2024-10-16 15:14 [Bug localedata/32280] New: Enable transliteration rules with two input characters in scn_IT maiku.fabian at gmail dot com
` (2 preceding siblings ...)
2024-10-16 15:33 ` maiku.fabian at gmail dot com
@ 2024-10-16 15:37 ` maiku.fabian at gmail dot com
2024-10-16 15:41 ` maiku.fabian at gmail dot com
2024-10-16 15:41 ` maiku.fabian at gmail dot com
5 siblings, 0 replies; 7+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-10-16 15:37 UTC (permalink / raw)
To: libc-locales
https://sourceware.org/bugzilla/show_bug.cgi?id=32280
Mike FABIAN <maiku.fabian at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #2 from Mike FABIAN <maiku.fabian at gmail dot com> ---
https://patchwork.sourceware.org/project/glibc/patch/20241016151628.134204-1-mfabian@redhat.com/
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug localedata/32280] Enable transliteration rules with two input characters in scn_IT
2024-10-16 15:14 [Bug localedata/32280] New: Enable transliteration rules with two input characters in scn_IT maiku.fabian at gmail dot com
` (3 preceding siblings ...)
2024-10-16 15:37 ` maiku.fabian at gmail dot com
@ 2024-10-16 15:41 ` maiku.fabian at gmail dot com
2024-10-16 15:41 ` maiku.fabian at gmail dot com
5 siblings, 0 replies; 7+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-10-16 15:41 UTC (permalink / raw)
To: libc-locales
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.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug localedata/32280] Enable transliteration rules with two input characters in scn_IT
2024-10-16 15:14 [Bug localedata/32280] New: Enable transliteration rules with two input characters in scn_IT maiku.fabian at gmail dot com
` (4 preceding siblings ...)
2024-10-16 15:41 ` maiku.fabian at gmail dot com
@ 2024-10-16 15:41 ` maiku.fabian at gmail dot com
5 siblings, 0 replies; 7+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-10-16 15:41 UTC (permalink / raw)
To: libc-locales
https://sourceware.org/bugzilla/show_bug.cgi?id=32280
Mike FABIAN <maiku.fabian at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Mike FABIAN <maiku.fabian at gmail dot com> ---
Fixed in glibc master.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-10-16 15:41 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-16 15:14 [Bug localedata/32280] New: Enable transliteration rules with two input characters in scn_IT maiku.fabian at gmail dot com
2024-10-16 15:14 ` [Bug localedata/32280] " maiku.fabian at gmail dot com
2024-10-16 15:14 ` maiku.fabian at gmail dot com
2024-10-16 15:33 ` maiku.fabian at gmail dot com
2024-10-16 15:37 ` maiku.fabian at gmail dot com
2024-10-16 15:41 ` maiku.fabian at gmail dot com
2024-10-16 15:41 ` maiku.fabian at gmail dot com
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).