diff options
-rw-r--r-- | localedata/locales/tok | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/localedata/locales/tok b/localedata/locales/tok index 0429222..28c25c2 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 |