Mercurial > emacs
changeset 104639:a20bd369fcb6
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 27 Aug 2009 11:13:33 +0000 |
parents | fec993ec6e85 |
children | 5d1b4af59a68 |
files | src/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Aug 27 11:12:54 2009 +0000 +++ b/src/ChangeLog Thu Aug 27 11:13:33 2009 +0000 @@ -1,5 +1,9 @@ 2009-08-27 Kenichi Handa <handa@m17n.org> + * process.c (send_process): Use encode_coding_object instead of + encode_coding_string to perform eol-conversion even if the string + is unibyte. + * coding.c (encode_coding_utf_16): Fix checking of a Unicode character.