public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [Bug localedata/31204] New: Fix decimal point and thousands separator for uz_UZ
@ 2024-01-02 11:51 maiku.fabian at gmail dot com
  2024-01-02 11:53 ` [Bug localedata/31204] " 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-01-02 11:51 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=31204

            Bug ID: 31204
           Summary: Fix decimal point and thousands separator for uz_UZ
           Product: glibc
           Version: 2.39
            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: ---

Currently the uz_UZ locale uses 

decimal_point           "."
thousands_sep           ","

CLDR has "," as the decimal point and U+00A0 NO-BREAK SPACE as the thousands
separator:

                <symbols numberSystem="latn">
                        <decimal>,</decimal>
                        <group> </group>

I think to agree better with CLDR, we should fix that but use U+202F NARROW
NO-BREAK SPACE as discussed in
https://sourceware.org/bugzilla/show_bug.cgi?id=23318 and
https://unicode-org.atlassian.net/browse/CLDR-11217

-- 
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/31204] Fix decimal point and thousands separator for uz_UZ
  2024-01-02 11:51 [Bug localedata/31204] New: Fix decimal point and thousands separator for uz_UZ maiku.fabian at gmail dot com
@ 2024-01-02 11:53 ` maiku.fabian at gmail dot com
  2024-01-02 12:07 ` 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-01-02 11:53 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=31204

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maiku.fabian at gmail dot com

--- Comment #1 from Mike FABIAN <maiku.fabian at gmail dot com> ---
Created attachment 15277
  --> https://sourceware.org/bugzilla/attachment.cgi?id=15277&action=edit
0001-uz_UZ-locale-Fix-decimal_point-and-thousands_sep.patch

Patch by Akbarkhon Variskhanov <akbarkhon.variskhanov@gmail.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/31204] Fix decimal point and thousands separator for uz_UZ
  2024-01-02 11:51 [Bug localedata/31204] New: Fix decimal point and thousands separator for uz_UZ maiku.fabian at gmail dot com
  2024-01-02 11:53 ` [Bug localedata/31204] " maiku.fabian at gmail dot com
@ 2024-01-02 12:07 ` maiku.fabian at gmail dot com
  2024-01-02 12:09 ` 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-01-02 12:07 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=31204

--- Comment #2 from Mike FABIAN <maiku.fabian at gmail dot com> ---
See also:

https://sourceware.org/pipermail/libc-locales/2022q4/007279.html
https://sourceware.org/pipermail/libc-locales/2022q4/007285.html

-- 
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/31204] Fix decimal point and thousands separator for uz_UZ
  2024-01-02 11:51 [Bug localedata/31204] New: Fix decimal point and thousands separator for uz_UZ maiku.fabian at gmail dot com
  2024-01-02 11:53 ` [Bug localedata/31204] " maiku.fabian at gmail dot com
  2024-01-02 12:07 ` maiku.fabian at gmail dot com
@ 2024-01-02 12:09 ` maiku.fabian at gmail dot com
  2024-01-02 12:09 ` 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-01-02 12:09 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=31204

--- Comment #3 from Mike FABIAN <maiku.fabian at gmail dot com> ---
I think the change also should be applied to uz_UZ@cyrillic to agree with CLDR.

-- 
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/31204] Fix decimal point and thousands separator for uz_UZ
  2024-01-02 11:51 [Bug localedata/31204] New: Fix decimal point and thousands separator for uz_UZ maiku.fabian at gmail dot com
                   ` (2 preceding siblings ...)
  2024-01-02 12:09 ` maiku.fabian at gmail dot com
@ 2024-01-02 12:09 ` maiku.fabian at gmail dot com
  2024-01-02 15:37 ` cvs-commit at gcc dot gnu.org
  2024-01-02 15:39 ` maiku.fabian at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-01-02 12:09 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=31204

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |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/31204] Fix decimal point and thousands separator for uz_UZ
  2024-01-02 11:51 [Bug localedata/31204] New: Fix decimal point and thousands separator for uz_UZ maiku.fabian at gmail dot com
                   ` (3 preceding siblings ...)
  2024-01-02 12:09 ` maiku.fabian at gmail dot com
@ 2024-01-02 15:37 ` cvs-commit at gcc dot gnu.org
  2024-01-02 15:39 ` maiku.fabian at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-01-02 15:37 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=31204

--- Comment #4 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Mike Fabian <mfabian@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=cdce63a767049b17076df12f40acedb20f71d2e4

commit cdce63a767049b17076df12f40acedb20f71d2e4
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Tue Jan 2 13:02:37 2024 +0100

    localedata: uz_UZ and uz_UZ@cyrillic: Fix decimal point and thousands
separator

    Resolves: BZ # 31204

-- 
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/31204] Fix decimal point and thousands separator for uz_UZ
  2024-01-02 11:51 [Bug localedata/31204] New: Fix decimal point and thousands separator for uz_UZ maiku.fabian at gmail dot com
                   ` (4 preceding siblings ...)
  2024-01-02 15:37 ` cvs-commit at gcc dot gnu.org
@ 2024-01-02 15:39 ` maiku.fabian at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-01-02 15:39 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=31204

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
   Target Milestone|---                         |2.39
             Status|NEW                         |RESOLVED

--- Comment #5 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-01-02 15:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-02 11:51 [Bug localedata/31204] New: Fix decimal point and thousands separator for uz_UZ maiku.fabian at gmail dot com
2024-01-02 11:53 ` [Bug localedata/31204] " maiku.fabian at gmail dot com
2024-01-02 12:07 ` maiku.fabian at gmail dot com
2024-01-02 12:09 ` maiku.fabian at gmail dot com
2024-01-02 12:09 ` maiku.fabian at gmail dot com
2024-01-02 15:37 ` cvs-commit at gcc dot gnu.org
2024-01-02 15:39 ` 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).