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

* [PATCH 2/3] localedata: tok: add yY and nN to yesexpr and noexpr
  2024-01-09 10:59 [PATCH 1/3] localedata: tok: convert to UTF-8 Mike FABIAN
@ 2024-01-09 11:00 ` Mike FABIAN
  2024-01-09 11:00 ` [PATCH 3/3] localedata: add tok/UTF-8 to SUPPORTED Mike FABIAN
  1 sibling, 0 replies; 3+ messages in thread
From: Mike FABIAN @ 2024-01-09 11:00 UTC (permalink / raw)
  To: libc-alpha; +Cc: Mike FABIAN

See: https://sourceware.org/bugzilla/show_bug.cgi?id=31221#c2
---
 localedata/locales/tok | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/localedata/locales/tok b/localedata/locales/tok
index 28c25c29e4..c67a553f84 100644
--- a/localedata/locales/tok
+++ b/localedata/locales/tok
@@ -119,8 +119,8 @@ week 7;19971130;1
 END LC_TIME
 
 LC_MESSAGES
-yesexpr "^[+1wW]"
-noexpr  "^[-0aA]"
+yesexpr "^[+1yYwW]"
+noexpr  "^[-0nNaA]"
 yesstr  "wile"
 nostr   "ala"
 END LC_MESSAGES
-- 
2.43.0


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

* [PATCH 3/3] localedata: add tok/UTF-8 to SUPPORTED
  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 ` Mike FABIAN
  1 sibling, 0 replies; 3+ messages in thread
From: Mike FABIAN @ 2024-01-09 11:00 UTC (permalink / raw)
  To: libc-alpha; +Cc: Mike FABIAN

---
 localedata/SUPPORTED | 1 +
 1 file changed, 1 insertion(+)

diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED
index c8b63cc2fe..934d273507 100644
--- a/localedata/SUPPORTED
+++ b/localedata/SUPPORTED
@@ -446,6 +446,7 @@ tl_PH.UTF-8/UTF-8 \
 tl_PH/ISO-8859-1 \
 tn_ZA/UTF-8 \
 to_TO/UTF-8 \
+tok/UTF-8 \
 tpi_PG/UTF-8 \
 tr_CY.UTF-8/UTF-8 \
 tr_CY/ISO-8859-9 \
-- 
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).