Mercurial > emacs
changeset 79878:6a0f9ee0177d
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sat, 19 Jan 2008 05:55:50 +0000 |
parents | ef3503538f91 |
children | 457037a18993 |
files | src/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
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.