diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-07 06:41:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-07 06:41:18 +0000 |
commit | 2528edd3176df331320f366ff3dad88cb6d82533 (patch) | |
tree | d0537f9f5029e45bda16088ff7d206bddb5da129 /ChangeLog | |
parent | 9bcadd4e212c475e0dedcd9ac2e371bec6aa7c01 (diff) | |
download | glibc-2528edd3176df331320f366ff3dad88cb6d82533.zip glibc-2528edd3176df331320f366ff3dad88cb6d82533.tar.gz glibc-2528edd3176df331320f366ff3dad88cb6d82533.tar.bz2 |
Update.
* iconvdata/euc-jp.c: Map characters in C1 area to itself.
* iconvdata/euc-kr.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2000-07-06 Ulrich Drepper <drepper@redhat.com> + * iconvdata/euc-jp.c: Map characters in C1 area to itself. + * iconvdata/euc-kr.c: Likewise. + * stdio-common/vfprintf.c (process_string_arg): Check result of wcrtomb call and bail out if it failed. |