[1/3] localedata: tok: convert to UTF-8

Message ID 20240109110002.1607589-1-mfabian@redhat.com
State Committed
Delegated to: Mike Fabian
Headers
Series [1/3] localedata: tok: convert to UTF-8 |

Checks

Context Check Description
redhat-pt-bot/TryBot-apply_patch fail Patch failed to apply to master at the time it was sent

Commit Message

Mike FABIAN Jan. 9, 2024, 10:59 a.m. UTC
  ---
 localedata/locales/tok | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

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