]> git.eshelyaron.com Git - emacs.git/commit
(decode_coding_utf_8): When eol-type of CODING is
authorKenichi Handa <handa@m17n.org>
Sun, 2 Mar 2008 08:05:14 +0000 (08:05 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 2 Mar 2008 08:05:14 +0000 (08:05 +0000)
commit119852e72b941a90312b943c2edd467a53f599d7
tree1848639590b80df41e39d7e25ed2e6b2f2a75daf
parent0caa490be5402b0e1028d24f954f59a30c70460a
(decode_coding_utf_8): When eol-type of CODING is
`dos', don't decode '\r' if that is the last in the source.
(decode_coding_utf_16, decode_coding_emacs_mule)
(decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
(decode_coding_raw_text, decode_coding_charset): Likewise.
(produce_chars): Don't decode EOL here.  Use EMACS_INT.
src/ChangeLog
src/coding.c