diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-29 08:42:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-29 08:42:00 +0000 |
commit | 23335dcd5f7016f7191b781b81e1fd2525026cb5 (patch) | |
tree | b8134f24182e76179eb953e2ba3c0bbfc228ac7d | |
parent | 2ca8b1eef9c8b5ee2083bfbd8fd055353ab206ba (diff) | |
download | glibc-23335dcd5f7016f7191b781b81e1fd2525026cb5.tar.gz glibc-23335dcd5f7016f7191b781b81e1fd2525026cb5.tar.xz glibc-23335dcd5f7016f7191b781b81e1fd2525026cb5.zip |
Add entries for wide character decimal point and thousands separator in numeric and monetary category.
-rw-r--r-- | locale/categories.def | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/locale/categories.def b/locale/categories.def index b71d44469b..8e5e65a878 100644 --- a/locale/categories.def +++ b/locale/categories.def @@ -185,6 +185,8 @@ DEFINE_CATEGORY DEFINE_ELEMENT (_NL_MONETARY_DUO_VALID_FROM, "duo_valid_from", std, word) DEFINE_ELEMENT (_NL_MONETARY_DUO_VALID_TO, "duo_valid_to", std, word) DEFINE_ELEMENT (_NL_MONETARY_CONVERSION_RATE, "conversion_rate", std, wordarray, 2, 2) + DEFINE_ELEMENT (_NL_MONETARY_DECIMAL_POINT_WC, "monetary-decimal-point-wc", std, word) + DEFINE_ELEMENT (_NL_MONETARY_THOUSANDS_SEP_WC, "monetary-thousands-sep-wc", std, word) ), NO_POSTLOAD) @@ -195,6 +197,9 @@ DEFINE_CATEGORY DEFINE_ELEMENT (DECIMAL_POINT, "decimal_point", std, string) DEFINE_ELEMENT (THOUSANDS_SEP, "thousands_sep", std, string) DEFINE_ELEMENT (GROUPING, "grouping", std, bytearray) + DEFINE_ELEMENT (_NL_NUMERIC_DECIMAL_POINT_WC, "numeric-decimal-point-wc", std, word) + DEFINE_ELEMENT (_NL_NUMERIC_THOUSANDS_SEP_WC, "numeric-thousands-sep-wc", std, word) + ), NO_POSTLOAD) |