diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-27 18:09:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-27 18:09:54 +0000 |
commit | 1539660873718894bb0cfbdff443d3691c32b826 (patch) | |
tree | 4aee31706fc6f051662ff0625add8373ae416121 /localedata/locales/i18n | |
parent | c3e32a9697498b486465e4b6126f7dc40512b60c (diff) | |
download | glibc-1539660873718894bb0cfbdff443d3691c32b826.tar.gz glibc-1539660873718894bb0cfbdff443d3691c32b826.tar.xz glibc-1539660873718894bb0cfbdff443d3691c32b826.zip |
Update.
* locales/i18n: Backspace isn't blank, tab is. * tst-ctype.c (main): Add tests for control characters and space.
Diffstat (limited to 'localedata/locales/i18n')
-rw-r--r-- | localedata/locales/i18n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/locales/i18n b/localedata/locales/i18n index 808e5c4e43..42e2c5edb8 100644 --- a/localedata/locales/i18n +++ b/localedata/locales/i18n @@ -387,7 +387,7 @@ graph / % xdigit <U0030>..<U0039>;<U0041>..<U0046>;<U0061>..<U0066> % -blank <U0008>;<U0020>;<U00A0>;<U2000>..<U2006>;<U2008>..<U200B>;<U3000> +blank <U0009>;<U0020>;<U00A0>;<U2000>..<U2006>;<U2008>..<U200B>;<U3000> % toupper / (<U0061>,<U0041>);(<U0062>,<U0042>);(<U0063>,<U0043>);(<U0064>,<U0044>);/ |