diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-09-06 07:55:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-09-06 07:55:04 +0000 |
commit | 07c7a0552ab5031edb6af78197b5584a61d055eb (patch) | |
tree | 409216c8df390b7665486477e670782a19efe08b /ChangeLog | |
parent | bd952512eac147864ad25e8bcca5c5094b0d958a (diff) | |
download | glibc-07c7a0552ab5031edb6af78197b5584a61d055eb.zip glibc-07c7a0552ab5031edb6af78197b5584a61d055eb.tar.gz glibc-07c7a0552ab5031edb6af78197b5584a61d055eb.tar.bz2 |
Update.
1999-09-06 Ulrich Drepper <drepper@cygnus.com>
* iconvdata/iso-2022-jp.c: When translating to ISO-2022-JP* write
escape sequences out even if the character itself does not fit
into the buffer.
* iconvdata/jis0201.h (ucs4_to_jisx0201): Correct mapping for U005C.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +1999-09-06 Ulrich Drepper <drepper@cygnus.com> + + * iconvdata/iso-2022-jp.c: When translating to ISO-2022-JP* write + escape sequences out even if the character itself does not fit + into the buffer. + + * iconvdata/jis0201.h (ucs4_to_jisx0201): Correct mapping for U005C. + 1999-08-31 H.J. Lu <hjl@gnu.org> * nscd/nscd_getgr_r.c (nscd_getgr_r): Cleanup the buffer count. |