]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Thu, 2 Oct 2003 12:40:04 +0000 (12:40 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 2 Oct 2003 12:40:04 +0000 (12:40 +0000)
src/ChangeLog.22

index 2b8fa2570874a726d90702298cea5ef41215a664..bf9805a3b24ecef90898be3014199f0cd4811627 100644 (file)
@@ -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