Bug 31204 - Fix decimal point and thousands separator for uz_UZ
Summary: Fix decimal point and thousands separator for uz_UZ
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: 2.39
: P2 normal
Target Milestone: 2.39
Assignee: Mike FABIAN
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-02 11:51 UTC by Mike FABIAN
Modified: 2024-01-02 15:39 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
0001-uz_UZ-locale-Fix-decimal_point-and-thousands_sep.patch (464 bytes, patch)
2024-01-02 11:53 UTC, Mike FABIAN
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike FABIAN 2024-01-02 11:51:11 UTC
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
Comment 1 Mike FABIAN 2024-01-02 11:53:12 UTC
Created attachment 15277 [details]
0001-uz_UZ-locale-Fix-decimal_point-and-thousands_sep.patch

Patch by Akbarkhon Variskhanov <akbarkhon.variskhanov@gmail.com>
Comment 3 Mike FABIAN 2024-01-02 12:09:47 UTC
I think the change also should be applied to uz_UZ@cyrillic to agree with CLDR.
Comment 4 Sourceware Commits 2024-01-02 15:37:27 UTC
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
Comment 5 Mike FABIAN 2024-01-02 15:39:15 UTC
Fixed in glibc master.