From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 297F83858421; Tue, 2 Jan 2024 11:51:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 297F83858421 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704196273; bh=ddCgoWM8nFU1pF16qGTA2rZgeOqJHjv3ekoShNtmFiU=; h=From:To:Subject:Date:From; b=gguiT/YEd4fWPaH5iVBBFXjSZwB+QrT98qml3zpWr7K/P5FCQOF27HKxi8Wrgom83 i9n7unGdiP4v709Q0YWW3FXmXFrkSZFctEXpC8hifsDbFSb4wtXp1pjELt7zC2zeSx qrLW/DuYsCFzzD8fm9pZCLP1RdnuC46TT297zhQI= From: "maiku.fabian at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug localedata/31204] New: Fix decimal point and thousands separator for uz_UZ Date: Tue, 02 Jan 2024 11:51:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: 2.39 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: maiku.fabian at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31204 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=20 decimal_point "." thousands_sep "," CLDR has "," as the decimal point and U+00A0 NO-BREAK SPACE as the thousands separator: , =C2=A0 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=3D23318 and https://unicode-org.atlassian.net/browse/CLDR-11217 --=20 You are receiving this mail because: You are on the CC list for the bug.=