diff src/ChangeLog @ 79878:6a0f9ee0177d

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Sat, 19 Jan 2008 05:55:50 +0000
parents 3c3f589ec4b6
children e1f6cdb9fdd4
line wrap: on
line diff
--- a/src/ChangeLog	Sat Jan 19 05:55:36 2008 +0000
+++ b/src/ChangeLog	Sat Jan 19 05:55:50 2008 +0000
@@ -1,3 +1,13 @@
+2008-01-19  Kenichi Handa  <handa@m17n.org>
+
+	* coding.c (detect_coding_iso2022): New arg
+	latin_extra_code_state.  Allow Latin extra codes only
+	when *latin_extra_code_state is nonzero.
+	(detect_coding_mask): If there is a NULL byte, detect the encoding
+	as UTF-16 or binary.  If Latin extra codes exist, detect the
+	encoding as ISO-2022 only when there's no other proper encoding is
+	found.
+
 2008-01-17  Jason Rumney  <jasonr@gnu.org>
 
 	* xterm.c (handle_one_xevent): Revert to counting chars not bytes.