]> git.eshelyaron.com Git - emacs.git/commit
Add Unicode-safe UTF-8 converter
authorK. Handa <handa@gnu.org>
Sun, 4 Aug 2019 12:14:26 +0000 (21:14 +0900)
committerK. Handa <handa@gnu.org>
Sun, 4 Aug 2019 12:14:26 +0000 (21:14 +0900)
commita8026dfde9734a03ad03a9872ec801871dd1d81a
tree92039f7268c2824470411cca944c7f638e645c15
parent5ec3f70527e330abf4c0c3519fa4914c5f094358
Add Unicode-safe UTF-8 converter

* src/coding.c (encode_string_utf_8, decode_string_utf_8): New functions.
* src/coding.h (encode_string_utf_8, decode_string_utf_8): Extern them.
src/coding.c
src/coding.h