diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-18 20:32:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-18 20:32:25 +0000 |
commit | 74238b8ee7150094715513a9cc36ef2db79370c9 (patch) | |
tree | 40262e4b4d10fe80f9ce7bd6f87224482fbf5173 /localedata/locales/i18n | |
parent | f306e7ff7bb939bfd52c4f8ec001856e0f680d07 (diff) | |
download | glibc-74238b8ee7150094715513a9cc36ef2db79370c9.tar glibc-74238b8ee7150094715513a9cc36ef2db79370c9.tar.gz glibc-74238b8ee7150094715513a9cc36ef2db79370c9.tar.bz2 glibc-74238b8ee7150094715513a9cc36ef2db79370c9.zip |
Mark U0000 as cntrl and U00A0 not as space.
Diffstat (limited to 'localedata/locales/i18n')
-rw-r--r-- | localedata/locales/i18n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/locales/i18n b/localedata/locales/i18n index dcc77a9ea7..0e27d7ebac 100644 --- a/localedata/locales/i18n +++ b/localedata/locales/i18n @@ -284,13 +284,13 @@ space / % ISO/IEC 6429/ <U0009>..<U000D>;/ % TABLE 1 BASIC LATIN/ - <U0020>;<U00A0>;/ + <U0020>;/ % TABLE 35 GENERAL PUNCTUATION/ <U2000>..<U2006>;<U2008>..<U200B>;/ % TABLE 50 CJK SYMBOLS AND PUNCTUATION, HIRAGANA/ <U3000> % -cntrl <U0001>..<U001F>;<U007F>..<U009F> +cntrl <U0000>..<U001F>;<U007F>..<U009F> % punct / <U0021>..<U002F>;<U003A>..<U0040>;<U005B>..<U0060>;<U007B>..<U007E>;/ |