This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/25139] Please add the new mnw_MM locale


https://sourceware.org/bugzilla/show_bug.cgi?id=25139

--- Comment #5 from Mike FABIAN <maiku.fabian at gmail dot com> ---
The double quotes at "grouping" and "mon_grouping" need  to be removed as well:

diff --git a/localedata/locales/mnw_MM b/localedata/locales/mnw_MM
index 2ff60db167..cf451eda5e 100644
--- a/localedata/locales/mnw_MM
+++ b/localedata/locales/mnw_MM
@@ -212,7 +212,7 @@ END LC_TIME
 LC_NUMERIC
 decimal_point "."
 thousands_sep ","
-grouping      "3;3"
+grouping      3;3
 END LC_NUMERIC

 LC_MONETARY
@@ -220,7 +220,7 @@ currency_symbol    "K"
 int_curr_symbol    "MMK "
 mon_decimal_point  "."
 mon_thousands_sep  ","
-mon_grouping       "3;3"
+mon_grouping       3;3
 positive_sign      ""
 negative_sign      "-"
 frac_digits        2


Otherwise one gets the error:

mnw_MM.UTF-8...locales/mnw_MM:215: LC_NUMERIC: syntax error
locales/mnw_MM:223: LC_MONETARY: syntax error
[error] LC_NUMERIC: field `grouping' not defined
[error] LC_MONETARY: field `mon_grouping' not defined

when running localedef.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]