Mercurial > emacs
changeset 89567:cb7a1888165e
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 02 Oct 2003 12:40:04 +0000 |
parents | 86c0ff434620 |
children | 320914f34a77 |
files | src/ChangeLog.22 |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog.22 Thu Oct 02 12:39:47 2003 +0000 +++ b/src/ChangeLog.22 Thu Oct 02 12:40:04 2003 +0000 @@ -1,3 +1,11 @@ +2003-10-02 Kenichi Handa <handa@m17n.org> + + * term.c (encode_terminal_code): Don't handle glyph-table. Check + if a character is encodable by the terminal coding system. If + not, produces proper number of `?'s. Update + terminal_encode_buffer and terminal_encode_buf_size if necessary. + (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P. + 2003-10-01 Kenichi Handa <handa@m17n.org> * term.c (terminal_encode_buffer, terminal_encode_buf_size): New