]> git.eshelyaron.com Git - emacs.git/commit
(decode_coding_utf_8): When eol_type is Qdos, handle
authorKenichi Handa <handa@m17n.org>
Wed, 6 Nov 2002 00:10:42 +0000 (00:10 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 6 Nov 2002 00:10:42 +0000 (00:10 +0000)
commit98725083321eff9380c9b4a1516a14a444c05d81
treea142e669e41f1e0963153d639be9200b4830ab30
parenta2309271049df204d449bd5498faba50835abebd
(decode_coding_utf_8): When eol_type is Qdos, handle
the case that the last byte is '\r' correctly.
(decode_coding_emacs_mule): Likewise.
(decode_coding_iso_2022): Likewise.
(decode_coding_sjis): Likewise.
(decode_coding_big5): Likewise.
(decode_coding_charset): Likewise.
(produce_chars): Likewise.
(decode_coding): Flushing out the unprocessed data correctly.
(decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of
coding->mode.
src/coding.c