2000-01-04 Kenichi Handa <handa@etl.go.jp>
- * term.c (encode_terminal_code): Fix the previous change.
+ * term.c (encode_terminal_code): Fix previous change.
2000-01-03 Gerd Moellmann <gerd@gnu.org>
if (GLYPH_SIMPLE_P (tbase, tlen, g))
{
- /* We set the multi-byte form of C at WORKBUF. */
- len = CHAR_STRING (src->u.ch, workbuf);
+ /* We set the multi-byte form of a character in G
+ (that should be an ASCII character) at
+ WORKBUF. */
+ workbuf[0] = FAST_GLYPH_CHAR (g);
+ len = 1;
buf = workbuf;
}
else