public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] localedata: uz_UZ and uz_UZ@cyrillic: Fix decimal point and thousands separator
@ 2024-01-02 15:37 Mike Fabian
  0 siblings, 0 replies; only message in thread
From: Mike Fabian @ 2024-01-02 15:37 UTC (permalink / raw)
  To: glibc-cvs

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

Diff:
---
 localedata/locales/uz_UZ          | 4 ++--
 localedata/locales/uz_UZ@cyrillic | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/localedata/locales/uz_UZ b/localedata/locales/uz_UZ
index 2dae80c8aa..1f101e8188 100644
--- a/localedata/locales/uz_UZ
+++ b/localedata/locales/uz_UZ
@@ -265,8 +265,8 @@ n_sign_posn             1
 END LC_MONETARY
 
 LC_NUMERIC
-decimal_point           "."
-thousands_sep           ","
+decimal_point           ","
+thousands_sep           "<U202F>"
 grouping                3;3
 END LC_NUMERIC
 
diff --git a/localedata/locales/uz_UZ@cyrillic b/localedata/locales/uz_UZ@cyrillic
index 2f24efc605..b694345b52 100644
--- a/localedata/locales/uz_UZ@cyrillic
+++ b/localedata/locales/uz_UZ@cyrillic
@@ -172,8 +172,8 @@ n_sign_posn             1
 END LC_MONETARY
 
 LC_NUMERIC
-decimal_point           "."
-thousands_sep           ","
+decimal_point           ","
+thousands_sep           "<U202F>"
 grouping                3;3
 END LC_NUMERIC

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-02 15:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-02 15:37 [glibc] localedata: uz_UZ and uz_UZ@cyrillic: Fix decimal point and thousands separator Mike Fabian

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).