diff lisp/unicode.el @ 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 ecf1ebac70d8
children e71117a6ddac
line wrap: on
line diff
--- 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"