diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-09-10 12:05:06 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-09-10 12:05:06 +0000 |
commit | 5fe2b9242a4518cc957b3ccb955dfee3172245e5 (patch) | |
tree | 438cdffe4365b5a40275f447bfc457b020271b96 /console/ChangeLog | |
parent | 80a243f5e1ce1a023cb45c6ecfa9ccc2b83312d7 (diff) |
2002-09-10 Marcus Brinkmann <marcus@gnu.org>
* display.c (display_output_some): If iconv fails with EILSEQ,
skip the next byte in the buffer and print a replacement
character.
Diffstat (limited to 'console/ChangeLog')
-rw-r--r-- | console/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/console/ChangeLog b/console/ChangeLog index a7c8ca7d..bfa7eb14 100644 --- a/console/ChangeLog +++ b/console/ChangeLog @@ -1,3 +1,9 @@ +2002-09-10 Marcus Brinkmann <marcus@gnu.org> + + * display.c (display_output_some): If iconv fails with EILSEQ, + skip the next byte in the buffer and print a replacement + character. + 2002-08-30 Marcus Brinkmann <marcus@gnu.org> * display.c (display_create): Likewise. Set |