]> git.eshelyaron.com Git - emacs.git/commit
(utf-16-le-decode-loop)
authorKenichi Handa <handa@m17n.org>
Tue, 6 May 2003 07:00:00 +0000 (07:00 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 6 May 2003 07:00:00 +0000 (07:00 +0000)
commit79d2a4dbcd0f77c862fefa3d5c7c0460f0124c46
tree047c09a02e1c622c3ca295bf1f2f67532c04d53e
parent1e29007938c22c7c05652a3d82d9b4b9de9f6050
(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): 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-le-with-signature, mule-utf-16-be-with-signature):
New coding systems.
(utf-16-le-with-signature, utf-16-be-with-signature): Aliases of
the above coding systems.
lisp/international/utf-16.el