Mercurial > hg > xemacs-beta
changeset 2574:5e2653bc0ab0
[xemacs-hg @ 2005-02-08 23:59:50 by aidan]
Add coding system aliases for utf-16-be and utf-16-le,
for improved compatibility with Mule-UCS and the FSF.
author | aidan |
---|---|
date | Tue, 08 Feb 2005 23:59:51 +0000 |
parents | 215468ea6d10 |
children | e71117a6ddac |
files | lisp/ChangeLog lisp/unicode.el |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Feb 08 22:51:19 2005 +0000 +++ b/lisp/ChangeLog Tue Feb 08 23:59:51 2005 +0000 @@ -1,3 +1,9 @@ +2005-02-09 Aidan Kehoe <kehoea@parhasard.net> + + * unicode.el: + Add coding system aliases for utf-16-be and utf-16-le, for + improved compatibility with Mule-UCS and the FSF. + 2005-02-07 Ben Wing <ben@xemacs.org> * menubar.el (find-menu-item-1):
--- a/lisp/unicode.el Tue Feb 08 22:51:19 2005 +0000 +++ b/lisp/unicode.el Tue Feb 08 23:59:51 2005 +0000 @@ -192,6 +192,8 @@ for private, corporate or internal use." type utf-16)) +(define-coding-system-alias 'utf-16-be 'utf-16) + (make-coding-system 'utf-16-bom 'unicode "UTF-16 w/BOM" @@ -229,6 +231,8 @@ type utf-16 little-endian t)) +(define-coding-system-alias 'utf-16-le 'utf-16-little-endian) + (make-coding-system 'utf-16-little-endian-bom 'unicode "UTF-16 Little Endian w/BOM"