From 69c69fe11da745ee591a17570c2be5b529ec2fa6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 29 Jul 2000 06:45:51 +0000 Subject: Update. 2000-07-28 Ulrich Drepper * stdio-common/_i18n_itoa.c: Removed. * stdio-common/_i18n_itoa.h: Removed. * stdio-common/_i18n_itowa.c: Removed. * stdio-common/_i18n_itowa.h: Removed. * stdio-common/_i18n_number.h: New file. * stdio-common/Depend: New file. * stdio-common/printf-parse.h: Handle I modifier correctly. Optimize. * stdio-common/vfprintf.c: Rewrite buffer handling for integer printing. Change printing of numbers with locale specific digits to use new code in _i18n_number.h. * stdio-common/bug13.c: Improve messages. * locale/programs/ld-ctype.c (ctype_read): Improve error message. (set_class_defaults): Always search also for Uxxxx names. Detect insufficient number of outdigits. * locale/Makefile (C-translit.h): Use mv not $(move-if-changed). --- localedata/tests/test7.cm | 86 ++++++++++++++++++++++++++++++++++++++++++++++ localedata/tests/test7.def | 25 ++++++++++++++ 2 files changed, 111 insertions(+) create mode 100644 localedata/tests/test7.cm create mode 100644 localedata/tests/test7.def (limited to 'localedata/tests') diff --git a/localedata/tests/test7.cm b/localedata/tests/test7.cm new file mode 100644 index 0000000000..207197e020 --- /dev/null +++ b/localedata/tests/test7.cm @@ -0,0 +1,86 @@ + test7 + 1 + 3 + +CHARMAP + \x09 + \x0a + \x0b + \x0c + \x0d + \x20 + \x2c + \x2e + \x30 + \x31 + \x32 + \x33 + \x34 + \x35 + \x36 + \x37 + \x38 + \x39 + \x41 + \x42 + \x43 + \x44 + \x45 + \x46 + \x47 + \x48 + \x49 + \x4A + \x4B + \x4C + \x4D + \x4E + \x4F + \x50 + \x51 + \x52 + \x53 + \x54 + \x55 + \x56 + \x57 + \x58 + \x59 + \x5A + \x61 + \x62 + \x63 + \x64 + \x65 + \x66 + \x67 + \x68 + \x69 + \x6a + \x6b + \x6c + \x6d + \x6e + \x6f + \x70 + \x71 + \x72 + \x73 + \x74 + \x75 + \x76 + \x77 + \x78 + \x79 + \x7a + \xe2\x82\x80 + \xe2\x82\x81 + \xe2\x82\x82 + \xe2\x82\x83 + \xe2\x82\x84 + \xe2\x82\x85 + \xe2\x82\x86 + \xe2\x82\x87 + \xe2\x82\x88 + \xe2\x82\x89 +END CHARMAP diff --git a/localedata/tests/test7.def b/localedata/tests/test7.def new file mode 100644 index 0000000000..8f43b361f6 --- /dev/null +++ b/localedata/tests/test7.def @@ -0,0 +1,25 @@ +LC_CTYPE +lower ;;;;;;;;\ + ;;;;;;;;\ + ;;;;;;;;\ + ; + +upper ;;;;;;;;\ + ;;;;;;;;\ + ;;;;;;;;\ + ; + +digit ;;;;;\ + ;;;;;\ + ;;;;;\ + ;;;; + +outdigit ;;;;;\ + ;;;; +END LC_CTYPE + +LC_NUMERIC +decimal_point "" +thousands_sep "" +grouping 3;3 +END LC_NUMERIC -- cgit 1.4.1