diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-09 07:52:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-09 07:52:58 +0000 |
commit | f1d8b8044e2dbf207ab98b26f5b9bbdfb7e59382 (patch) | |
tree | ddaa6228b210d05b84bf417434a3327ba5dc10a4 /localedata/tests/test6.cm | |
parent | af1680f1f9926a0662fc35a53c491d2eec1ab262 (diff) | |
download | glibc-f1d8b8044e2dbf207ab98b26f5b9bbdfb7e59382.tar.gz glibc-f1d8b8044e2dbf207ab98b26f5b9bbdfb7e59382.tar.xz glibc-f1d8b8044e2dbf207ab98b26f5b9bbdfb7e59382.zip |
Update.
* locale/programs/ld-ctype.c (ctype_output): Correct sizes of mapping arrays. (allocate_arrays): Allocate memory for map32. Correctly install default values in it and install defined mappings. * locale/programs/ld-monetary.c (monetary_finish): Provide default value for mon_grouping.
Diffstat (limited to 'localedata/tests/test6.cm')
-rw-r--r-- | localedata/tests/test6.cm | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/localedata/tests/test6.cm b/localedata/tests/test6.cm new file mode 100644 index 0000000000..3711495d86 --- /dev/null +++ b/localedata/tests/test6.cm @@ -0,0 +1,93 @@ +<code_set_name> test6 + +CHARMAP +<tab> \x09 +<newline> \x0A +<vertical-tab> \x0B +<form-feed> \x0C +<carriage-return> \x0D +<SP> \x20 +<space> \x20 +<!> \x21 +<"> \x22 +<%> \x25 +<&> \x26 +<'> \x27 +<(> \x28 +<)> \x29 +<*> \x2A +<+> \x2B +<,> \x2C +<-> \x2D +<.> \x2E +<\\> \x2F +<0> \x30 +<1> \x31 +<2> \x32 +<3> \x33 +<4> \x34 +<5> \x35 +<6> \x36 +<7> \x37 +<8> \x38 +<9> \x39 +<:> \x3A +<;> \x3B +<<> \x3C +<=> \x3D +<\>> \x3E +<?> \x3F +<a> \x41 +<b> \x42 +<c> \x43 +<d> \x44 +<e> \x45 +<f> \x46 +<g> \x47 +<h> \x48 +<i> \x49 +<j> \x4A +<k> \x4B +<l> \x4C +<m> \x4D +<n> \x4E +<o> \x4F +<p> \x50 +<q> \x51 +<r> \x52 +<s> \x53 +<t> \x54 +<u> \x55 +<v> \x56 +<w> \x57 +<x> \x58 +<y> \x59 +<z> \x5A +<_> \x5F +<A> \x61 +<B> \x62 +<C> \x63 +<D> \x64 +<E> \x65 +<F> \x66 +<G> \x67 +<H> \x68 +<I> \x69 +<J> \x6A +<K> \x6B +<L> \x6C +<M> \x6D +<N> \x6E +<O> \x6F +<P> \x70 +<Q> \x71 +<R> \x72 +<S> \x73 +<T> \x74 +<U> \x75 +<V> \x76 +<W> \x77 +<X> \x78 +<Y> \x79 +<Z> \x7A +END CHARMAP |