Include charset.h and coding.h.
authorKarl Heuer <kwzh@gnu.org>
Sat, 22 Feb 1997 19:31:32 +0000 (19:31 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 22 Feb 1997 19:31:32 +0000 (19:31 +0000)
commit6fdaa9a05da1a0dbcb26d70a10d7e8c109347a8e
tree5753ac49b77110ac0752720fd49241d7be246ddc
parent969f51456a70e530c0874093f404675a6d5fc82b
Include charset.h and coding.h.
(READ_BUF_SIZE): New macro.
(Finsert_file_contents): Refer to a coding system in the docstring.
Perform character code conversion of a text read in.
(Fwrite_region): Refer to a coding system in the docstring.
Setup a coding system for character code conversion.
Pass a new arg `pre_write_conversion' (Lisp function) to
build_annotations.
Pass a new arg `coding' to a_write.
(build_annotations): Handle the new arg.
(a_write): Handle the new arg `coding' by passing it to e_write.
(WRITE_BUF_SIZE): New macro.
(e_write): Perform character code conversion of a text to write
out according to the new arg `coding'.
src/fileio.c