aboutsummaryrefslogtreecommitdiff
path: root/localedata
diff options
context:
space:
mode:
Diffstat (limited to 'localedata')
-rw-r--r--localedata/ChangeLog3
-rw-r--r--localedata/tests/test5.ds24
-rwxr-xr-xlocaledata/tst-locale.sh3
3 files changed, 28 insertions, 2 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 7c411e8..4001a4d 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,8 @@
2000-01-24 Ulrich Drepper <drepper@cygnus.com>
+ * tst-locale.sh: Also enable test5.
+ * tests/test5.ds: New file.
+
* locales/gl_ES: New file.
Contributed by Jacobo Tarrio <jtarrio@ceu.fi.udc.es>.
diff --git a/localedata/tests/test5.ds b/localedata/tests/test5.ds
new file mode 100644
index 0000000..261e1eb
--- /dev/null
+++ b/localedata/tests/test5.ds
@@ -0,0 +1,24 @@
+escape_char /
+<k0101> <UAC00>
+<k0102> <UAC01>
+<k0103> <UAC02>
+<k4001> <U2170>
+<k4002> <U2171>
+<k4003> <U2172>
+<k4036> <U0394>
+<k5001> <U2500>
+<k5002> <U2502>
+<k5003> <U250C>
+<k6001> <U3395>
+<k6002> <U3396>
+<k6003> <U3397>
+<0> <U0030>
+<1> <U0031>
+<2> <U0032>
+<3> <U0033>
+<4> <U0034>
+<5> <U0035>
+<6> <U0036>
+<7> <U0037>
+<8> <U0038>
+<9> <U0039>
diff --git a/localedata/tst-locale.sh b/localedata/tst-locale.sh
index ed62c71..6851c36 100755
--- a/localedata/tst-locale.sh
+++ b/localedata/tst-locale.sh
@@ -44,8 +44,7 @@ test_locale tests/test1.cm tests/test1.def test1 mnemonic.ds
test_locale tests/test2.cm tests/test2.def test2 mnemonic.ds
test_locale tests/test3.cm tests/test3.def test3 mnemonic.ds
test_locale tests/test4.cm tests/test4.def test4 mnemonic.ds
-# I know that multi-byte charsets do not yet work. --drepper
-# test_locale tests/test5.cm tests/test5.def test5 mnemonic.ds
+test_locale tests/test5.cm tests/test5.def test5 tests/test5.ds
exit 0