From 0e16ecfa1e7689c0b3be626f9a3441ebb5710c70 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 28 Jun 2000 04:27:24 +0000 Subject: 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. --- localedata/charmaps/EUC-JP | 2 -- 1 file changed, 2 deletions(-) (limited to 'localedata/charmaps/EUC-JP') 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 /xa1/xbd HORIZONTAL BAR /xa1/xbe HYPHEN /xa1/xbf FULLWIDTH SOLIDUS - /xa1/xc0 REVERSE SOLIDUS /xa1/xc1 WAVE DASH /xa1/xc2 DOUBLE VERTICAL LINE /xa1/xc3 FULLWIDTH VERTICAL LINE @@ -7102,7 +7101,6 @@ CHARMAP /x8f/xa2/xb4 MACRON /x8f/xa2/xb5 OGONEK /x8f/xa2/xb6 RING ABOVE - /x8f/xa2/xb7 TILDE /x8f/xa2/xb8 GREEK TONOS /x8f/xa2/xb9 GREEK DIALYTIKA TONOS /x8f/xa2/xc2 INVERTED EXCLAMATION MARK -- cgit 1.4.1