diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Fri Feb 07 00:54:20 2003 +0000
+++ b/src/ChangeLog	Fri Feb 07 01:43:07 2003 +0000
@@ -1,3 +1,14 @@
+2003-02-06  Ben Wing  <ben@xemacs.org>
+
+	* unicode.c:
+	* unicode.c (struct utf_16_detector):
+	* unicode.c (utf_16_detect):
+	* unicode.c (struct utf_8_detector):
+	* unicode.c (utf_8_detect):
+	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).
+
 2003-02-06  Ben Wing  <ben@xemacs.org>
 
 	* lread.c (Fload_internal):