# HG changeset patch # User Kenichi Handa # Date 1065098404 0 # Node ID cb7a1888165e745792be075f187b8167ff6134e0 # Parent 86c0ff4346203ccaf48117959febae7253bf827c *** empty log message *** diff -r 86c0ff434620 -r cb7a1888165e src/ChangeLog.22 --- 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 + + * 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 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New