]> git.eshelyaron.com Git - emacs.git/commit
(utf-16-le-decode-loop)
authorKenichi Handa <handa@m17n.org>
Tue, 8 Apr 2003 07:23:44 +0000 (07:23 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 8 Apr 2003 07:23:44 +0000 (07:23 +0000)
commit4fbc4b1705e9dd72b3a175961f23f084f237d7db
treed67b26985b6441a7bb5402aa8d0b95979897a494
parent1f645835e9a3321eb4f0c68d9b93b5a9ff8d04b0
(utf-16-le-decode-loop)
(utf-16-be-decode-loop): New temporary variables.
(ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
(ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop
(ccl-decode-mule-utf-16-le-with-signature)
(ccl-decode-mule-utf-16-be-with-signature)
(ccl-decode-mule-utf-16): New CCL programs.
(utf-16-le-encode-loop, utf-16-be-encode-loop): New temporary
variables.
(ccl-encode-mule-utf-16-le): Use utf-16-le-encode-loop.
(ccl-encode-mule-utf-16-be): Use utf-16-be-encode-loop
(ccl-encode-mule-utf-16-le-with-signature)
(ccl-encode-mule-utf-16-be-with-signature): New CCL programs.
(mule-utf-16-post-read-conversion): New function.
(mule-utf-16-le-with-signature, mule-utf-16-be-with-signature),
(mule-utf-16): New coding systems.
(utf-16-le-with-signature, utf-16-be-with-signature),
(utf-16): Aliases of the above coding systems.
lisp/international/utf-16.el