1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 15:30:29 -08:00

(syms_of_charset): Fix previous change.

This commit is contained in:
Kenichi Handa 2002-07-31 07:58:30 +00:00
parent 52af23fe10
commit 73fbf2d9bf

View file

@ -2118,7 +2118,7 @@ The default value is sub-directory "charsets" of `data-directory'. */);
= define_charset_internal (Qascii, 1, "\x00\x7F\x00\x00\x00\x00",
0, 127, 'B', -1, 0, 1, 0, 0);
charset_unicode
= define_charset_internal (Qunicode, 3, "\x00\x7F\x00\x7F\x00\x10",
= define_charset_internal (Qunicode, 3, "\x00\xFF\x00\xFF\x00\x10",
0, MAX_UNICODE_CHAR, -1, 0, -1, 1, 0, 0);
charset_eight_bit
= define_charset_internal (Qeight_bit, 1, "\x80\xFF\x00\x00\x00\x00",