diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-28 04:27:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-28 04:27:24 +0000 |
commit | 0e16ecfa1e7689c0b3be626f9a3441ebb5710c70 (patch) | |
tree | 12a793be9d9a1f7a4a911239194bae33470dcb23 /localedata/charmaps | |
parent | 37696206076f6f075542adfdc4b1fe49100e9f32 (diff) | |
download | glibc-0e16ecfa1e7689c0b3be626f9a3441ebb5710c70.tar.gz glibc-0e16ecfa1e7689c0b3be626f9a3441ebb5710c70.tar.xz glibc-0e16ecfa1e7689c0b3be626f9a3441ebb5710c70.zip |
Update.
* locale/programs/ld-ctype.c (ctype_finish): Take all characters from the input charset into account when generating the hash table. (allocate_arrays): Correct setting default width. Not all empty slots in the table are filled, only those not covert explicitly by the locale description and in the charset. * stdio-common/vfscanf.c: Make sure to always return WEOF and EOF for wide character version. For %C handling, test correct pointer variable for NULL. * wcsmbs/wctob.c: Handle WEOF special. * wcsmbs/wcwidth.h: 0xff in width array means invalid character. * wctype/wctype.h: Protect gcc-isms with __extension__. Avoid always-true test to avoid warning.
Diffstat (limited to 'localedata/charmaps')
-rw-r--r-- | localedata/charmaps/EUC-JP | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/localedata/charmaps/EUC-JP b/localedata/charmaps/EUC-JP index f5ff8fa8e9..047d6b8c71 100644 --- a/localedata/charmaps/EUC-JP +++ b/localedata/charmaps/EUC-JP @@ -242,7 +242,6 @@ CHARMAP <U2015> /xa1/xbd HORIZONTAL BAR <U2010> /xa1/xbe HYPHEN <UFF0F> /xa1/xbf FULLWIDTH SOLIDUS -<U005C> /xa1/xc0 REVERSE SOLIDUS <U301C> /xa1/xc1 WAVE DASH <U2016> /xa1/xc2 DOUBLE VERTICAL LINE <UFF5C> /xa1/xc3 FULLWIDTH VERTICAL LINE @@ -7102,7 +7101,6 @@ CHARMAP <U00AF> /x8f/xa2/xb4 MACRON <U02DB> /x8f/xa2/xb5 OGONEK <U02DA> /x8f/xa2/xb6 RING ABOVE -<U007E> /x8f/xa2/xb7 TILDE <U0384> /x8f/xa2/xb8 GREEK TONOS <U0385> /x8f/xa2/xb9 GREEK DIALYTIKA TONOS <U00A1> /x8f/xa2/xc2 INVERTED EXCLAMATION MARK |