eight-bit-control and raw-byte chars.
doc: /*
A char-table for width (columns) of each character. */);
Vchar_width_table = Fmake_char_table (Qnil, make_number (1));
+ char_table_set_range (Vchar_width_table, 0x80, 0x9F, make_number (4));
+ char_table_set_range (Vchar_width_table, MAX_5_BYTE_CHAR + 1, MAX_CHAR,
+ make_number (4));
DEFVAR_LISP ("char-direction-table", &Vchar_direction_table,
doc: /* A char-table for direction of each character. */);