diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-29 23:02:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-29 23:02:41 +0000 |
commit | 679f5a56f969432e8d69a831ba942edae6cb7420 (patch) | |
tree | 2cb1c708a331f779a0cb9e9f61e705d31b885d35 /localedata/tests/test5.def | |
parent | b062f051ec5678a1f056656601715c9d047e6fc2 (diff) | |
download | glibc-679f5a56f969432e8d69a831ba942edae6cb7420.tar.gz glibc-679f5a56f969432e8d69a831ba942edae6cb7420.tar.xz glibc-679f5a56f969432e8d69a831ba942edae6cb7420.zip |
Update.
1998-04-29 Ulrich Drepper <drepper@cygnus.com> * tst-locale.sh: Add comment for when multi-byte charsets in locales work. * tests/test5.cm: New file. * tests/test5.def: New file. * Makefile (ld-test-names): Add test5.
Diffstat (limited to 'localedata/tests/test5.def')
-rw-r--r-- | localedata/tests/test5.def | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/localedata/tests/test5.def b/localedata/tests/test5.def new file mode 100644 index 0000000000..c009033bb9 --- /dev/null +++ b/localedata/tests/test5.def @@ -0,0 +1,36 @@ +escape_char / +comment_char % + +LC_TIME + +abday "<k0101><k0102><k0103>";"<k0101><k0102><k0103>";/ + "<k4001><k4002><k4003>";"<k4001><k4002><k4003>";/ + "<k5001><k5002><k5003>";"<k5001><k5002><k5003>";/ + "<k6001><k6002><k6003>" +day "<k6001><k6002><k6003>";/ + "<k6001><k6002><k6003>";/ + "<k6001><k6002><k6003>";/ + "<k6001><k6002><k6003>";/ + "<k6001><k6002><k6003>";/ + "<k6001><k6002><k6003>";/ + "<k6001><k6002><k6003>" +abmon "<k6001>";"<k6001>";/ + "<k6001>";"<k6001>";/ + "<k6001>";"<k6001>";/ + "<k6001>";"<k6001>";/ + "<k6001>";"<k6001>";/ + "<k6001>";"<k6001>" +mon "<k6001>";"<k6001>";/ + "<k6001>";"<k6001>";/ + "<k6001>";"<k6001>";/ + "<k6001>";"<k6001>";/ + "<k6001>";"<k6001>";/ + "<k6001>";"<k6001>" + +d_t_fmt "" +d_fmt "" +t_fmt "" +am_pm "<k6001><k5002>";"<k5002><k4036>" +t_fmt_ampm "" + +END LC_TIME |