Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 3695:42e4605ef1de
[xemacs-hg @ 2006-11-23 13:43:17 by aidan]
Handle bytes in the range 0x80-0xC0 better when dealing with ISO-IR 196.
author | aidan |
---|---|
date | Thu, 23 Nov 2006 13:43:29 +0000 |
parents | 3b847cba6d71 |
children | ec0171167c5d |
line wrap: on
line diff
--- a/src/ChangeLog Wed Nov 22 22:51:11 2006 +0000 +++ b/src/ChangeLog Thu Nov 23 13:43:29 2006 +0000 @@ -1,3 +1,9 @@ +2006-11-23 Aidan Kehoe <kehoea@parhasard.net> + + * mule-coding.c (iso2022_decode): + Only take the lower seven bits of any eight-bit character that + would be illegal in UTF-8, when handling ISO/IR 196 escapes. + 2006-11-14 Stephen J. Turnbull <stephen@xemacs.org> * buffer.c (buffer-file-name): Document invariant.