From f00f95d188d8b0b8adf6eaff849eba59fe5b5f59 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 5 Oct 2000 02:01:22 +0000 Subject: Update. * locales/zh_CN: Remove non-ASCII digit entry. * locales/ja_JP: Likewise. 2000-09-30 Bruno Haible * gen-unicode-ctype.c (is_digit, is_xdigit): Remove all non-ASCII digits. (is_alpha): Add them here. * locales/i18n (digit): Remove all non-ASCII digits. (alpha): Add them here. * dump-ctype.c: Pretty print. 2000-10-04 Ulrich Drepper --- localedata/dump-ctype.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'localedata/dump-ctype.c') diff --git a/localedata/dump-ctype.c b/localedata/dump-ctype.c index 9514ca7654..66d539a412 100644 --- a/localedata/dump-ctype.c +++ b/localedata/dump-ctype.c @@ -113,7 +113,8 @@ static void dump_map (const char *map_name) } } -int main (int argc, char *argv[]) +int +main (int argc, char *argv[]) { size_t i; -- cgit v1.2.3