public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Mike FABIAN <mfabian@redhat.com>
To: libc-alpha@sourceware.org
Cc: Mike FABIAN <mfabian@redhat.com>
Subject: [PATCH 1/3] localedata: tok: convert to UTF-8
Date: Tue,  9 Jan 2024 11:59:59 +0100	[thread overview]
Message-ID: <20240109110002.1607589-1-mfabian@redhat.com> (raw)

---
 localedata/locales/tok | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/localedata/locales/tok b/localedata/locales/tok
index 04292226fe..28c25c29e4 100644
--- a/localedata/locales/tok
+++ b/localedata/locales/tok
@@ -62,9 +62,9 @@ END LC_COLLATE
 
 LC_MONETARY
 int_curr_symbol     "XDR "
-currency_symbol     "<U00A4>"
+currency_symbol     "¤"
 mon_decimal_point   ","
-mon_thousands_sep   "<U202F>"
+mon_thousands_sep   " "
 mon_grouping        3;3
 positive_sign       ""
 negative_sign       "-"
@@ -80,7 +80,7 @@ END LC_MONETARY
 
 LC_NUMERIC
 decimal_point "."
-thousands_sep "<U202F>"
+thousands_sep " "
 grouping      0;0
 END LC_NUMERIC
 
-- 
2.43.0


             reply	other threads:[~2024-01-09 11:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-09 10:59 Mike FABIAN [this message]
2024-01-09 11:00 ` [PATCH 2/3] localedata: tok: add yY and nN to yesexpr and noexpr Mike FABIAN
2024-01-09 11:00 ` [PATCH 3/3] localedata: add tok/UTF-8 to SUPPORTED Mike FABIAN

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=20240109110002.1607589-1-mfabian@redhat.com \
    --to=mfabian@redhat.com \
    --cc=libc-alpha@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).