public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Mike Fabian <mfabian@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] localedata: uz_UZ and uz_UZ@cyrillic: Fix decimal point and thousands separator
Date: Tue,  2 Jan 2024 15:37:26 +0000 (GMT)	[thread overview]
Message-ID: <20240102153726.252883858C2C@sourceware.org> (raw)

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

                 reply	other threads:[~2024-01-02 15:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240102153726.252883858C2C@sourceware.org \
    --to=mfabian@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).