public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/3] localedata: tok: convert to UTF-8
@ 2024-01-09 10:59 Mike FABIAN
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Mike FABIAN @ 2024-01-09 10:59 UTC (permalink / raw)
  To: libc-alpha; +Cc: Mike FABIAN

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-09 11:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-09 10:59 [PATCH 1/3] localedata: tok: convert to UTF-8 Mike FABIAN
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

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