about summary refs log tree commit diff
path: root/localedata/locales/i18n
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-27 03:59:26 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-27 03:59:26 +0000
commit4edc30e4d70ff4bd49abf8dc5a98502f07ff5991 (patch)
tree8c50e8709e54a5d13e100b34744c085d4e722660 /localedata/locales/i18n
parent6ba025af6916737a4b895890caf3ef32b5efbb16 (diff)
downloadglibc-4edc30e4d70ff4bd49abf8dc5a98502f07ff5991.tar.gz
glibc-4edc30e4d70ff4bd49abf8dc5a98502f07ff5991.tar.xz
glibc-4edc30e4d70ff4bd49abf8dc5a98502f07ff5991.zip
Update.
	* tst-ctype.c: Read in more tests from stdin.
	* tst-ctype.sh: Feed extra test data to program via stdin.
	* tst-ctype-de_DE.in: New file.

	* locales/i18n (punct): Exclude U00A0.
	(blank): Include U00A0.

	* locales/ja_JP: Updates for new format.

	* Makefile (test-srcs): Add tst-ctype.
	(distribute): Add tst-ctype.sh.
	(do-tst-ctype): New target.  Run for tests.
	* tst-ctype.c: New file.
	* tst-ctype.sh: New file.
Diffstat (limited to 'localedata/locales/i18n')
-rw-r--r--localedata/locales/i18n6
1 files changed, 3 insertions, 3 deletions
diff --git a/localedata/locales/i18n b/localedata/locales/i18n
index e91e60fff3..4d78fba1f0 100644
--- a/localedata/locales/i18n
+++ b/localedata/locales/i18n
@@ -284,7 +284,7 @@ space /
 % ISO/IEC 6429/
   <U0008>;<U000A>..<U000D>;/
 % TABLE 1 BASIC LATIN/
-  <U0020>;/
+  <U0020>;<U00A0>;/
 % TABLE 35 GENERAL PUNCTUATION/
   <U2000>..<U2006>;<U2008>..<U200B>;/
 % TABLE 50 CJK SYMBOLS AND PUNCTUATION, HIRAGANA/
@@ -294,7 +294,7 @@ cntrl   <U0001>..<U001F>;<U007F>..<U009F>
 %
 punct /
    <U0021>..<U002F>;<U003A>..<U0040>;<U005B>..<U0060>;<U007B>..<U007E>;/
-   <U00A0>..<U00A9>;<U00AB>..<U00B4>;<U00B6>..<U00B9>;<U00BB>..<U00BF>;/
+   <U00A1>..<U00A9>;<U00AB>..<U00B4>;<U00B6>..<U00B9>;<U00BB>..<U00BF>;/
    <U00D7>;<U00F7>;/
    <U037E>;<U0482>;<U055A>..<U055F>;<U0589>;<U05BE>;<U05C0>;<U05C3>;/
    <U05F3>;<U05F4>;<U060C>;<U061B>;<U061F>;<U0640>;<U064B>..<U0652>;/
@@ -387,7 +387,7 @@ graph /
 %
 xdigit  <U0030>..<U0039>;<U0041>..<U0046>;<U0061>..<U0066>
 %
-blank   <U0008>;<U0020>;<U2000>..<U2006>;<U2008>..<U200B>;<U3000>
+blank   <U0008>;<U0020>;<U00A0>;<U2000>..<U2006>;<U2008>..<U200B>;<U3000>
 %
 toupper /
    (<U0061>,<U0041>);(<U0062>,<U0042>);(<U0063>,<U0043>);(<U0064>,<U0044>);/