Mercurial > hg > xemacs-beta
diff src/unicode.c @ 893:c9f067fd71a3
[xemacs-hg @ 2002-07-02 12:32:34 by stephent]
comment improvements and charset breakage fix <873cv2cnxh.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Tue, 02 Jul 2002 12:32:37 +0000 |
parents | e54d47b2d736 |
children | 7f62a956b825 |
line wrap: on
line diff
--- a/src/unicode.c Tue Jul 02 12:27:58 2002 +0000 +++ b/src/unicode.c Tue Jul 02 12:32:37 2002 +0000 @@ -964,7 +964,8 @@ type_checking_assert (code >= 0); /* This shortcut depends on the representation of an Ichar, see text.c. Note that it may _not_ be extended to U+00A0 to U+00FF (many ISO 8859 - coded character sets have points that map into that region). */ + coded character sets have points that map into that region, so this + function is many-valued). */ if (code < 0xA0) return (Ichar) code; @@ -1183,7 +1184,7 @@ EQ (charset, Vcharset_control_1) || EQ (charset, Vcharset_latin_iso8859_1)) && unicode != ichar) - signal_error (Qinvalid_argument, "Can't change Unicode translation for ASCII, Control-1 or Latin-1 char", + signal_error (Qinvalid_argument, "Can't change Unicode translation for ASCII, Control-1 or Latin-1 character", character); /* #### Composite characters are not properly implemented yet. */