]> git.eshelyaron.com Git - emacs.git/commit
(load_charset_map): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Fri, 10 May 2002 03:54:48 +0000 (03:54 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 10 May 2002 03:54:48 +0000 (03:54 +0000)
commit69f8de5b05d006686ef2b9c244bd4370a09d21ff
tree5b00a7a30bead42c99751d4d747b784017d4f063
parentb74e4686d549abe1ff888e92d77b7e1d8e90b897
(load_charset_map): Fix previous change.
(read_hex): Don't treat SPC as a comment starter.
(decode_char): If CODE_POINT_TO_INDEX retruns -1, always return
-1.
(Fdecode_char): Fix typo.
(CODE_POINT_TO_INDEX): Utilize `code_space_mask'
member to check if CODE is valid or not.
(Fdefine_charset_internal): Initialize `code_space_mask' member.
(encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
is within the range of charset->min_code and carset->max_code.
src/charset.c