comparison src/ChangeLog @ 1267:c57f32e44416

[xemacs-hg @ 2003-02-07 01:43:05 by ben] fix unicode/utf misdetection unicode.c: UTF-8 detector was totally bogus and detected almost anything as UTF-8. UTF-16 detector got overly happy with 0x2028's (line separator, also space+paren).
author ben
date Fri, 07 Feb 2003 01:43:07 +0000
parents b5a5863da615
children fffe735e63ee
comparison
equal deleted inserted replaced
1266:b5a5863da615 1267:c57f32e44416
1 2003-02-06 Ben Wing <ben@xemacs.org>
2
3 * unicode.c:
4 * unicode.c (struct utf_16_detector):
5 * unicode.c (utf_16_detect):
6 * unicode.c (struct utf_8_detector):
7 * unicode.c (utf_8_detect):
8 UTF-8 detector was totally bogus and detected almost anything as UTF-8.
9 UTF-16 detector got overly happy with 0x2028's (line separator,
10 also space+paren).
11
1 2003-02-06 Ben Wing <ben@xemacs.org> 12 2003-02-06 Ben Wing <ben@xemacs.org>
2 13
3 * lread.c (Fload_internal): 14 * lread.c (Fload_internal):
4 Oops. Plain C can't handle declarations intermixed with statements. 15 Oops. Plain C can't handle declarations intermixed with statements.
5 16