comparison src/ChangeLog @ 89423:563e44e1fd68

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 06 May 2003 12:31:32 +0000
parents 18e57407a82b
children 32e34aaffbe3
comparison
equal deleted inserted replaced
89422:bfa923b58737 89423:563e44e1fd68
1 2003-05-06 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (Qsignature, Qendian): Delete these variables.
4 (syms_of_coding): Don't initialize them.
5 (CATEGORY_MASK_UTF_16_AUTO): New macro.
6 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
7 detect_info->found.
8 (decode_coding_utf_16): Don't detect BOM here.
9 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
10 is NOT utf_16_without_bom.
11 (setup_coding_system): For a coding system of type utf-16, check
12 if the attribute :endian is Qbig or not (not nil or not), and set
13 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
14 (detect_coding): If coding type is utf-16 and BOM detection is
15 required, detect it.
16 (Fdefine_coding_system_internal): For a coding system of type
17 utf-16, check if the attribute :endian is Qbig or not (not nil or
18 not).
19
1 2003-05-06 Kenichi Handa <handa@m17n.org> 20 2003-05-06 Kenichi Handa <handa@m17n.org>
2 21
3 * coding.c (coding_set_source): Fix for the case that the current 22 * coding.c (coding_set_source): Fix for the case that the current
4 buffer is different from coding->src_object. 23 buffer is different from coding->src_object.
5 (decode_coding_object): Don't use the conversion work buffer if 24 (decode_coding_object): Don't use the conversion work buffer if