emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/utf-16.el


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/international/utf-16.el
Date: Wed, 20 Aug 2003 14:45:22 -0400

Index: emacs/lisp/international/utf-16.el
diff -c emacs/lisp/international/utf-16.el:1.10 
emacs/lisp/international/utf-16.el:1.11
*** emacs/lisp/international/utf-16.el:1.10     Fri Jun 20 22:26:13 2003
--- emacs/lisp/international/utf-16.el  Wed Aug 20 14:45:22 2003
***************
*** 1,6 ****
  ;;; utf-16.el --- UTF-16 encoding/decoding
  
! ;; Copyright (C) 2001, 2002 Free Software Foundation, Inc.
  
  ;; Author: Dave Love <address@hidden>
  ;; Keywords: Unicode, UTF-16, i18n
--- 1,6 ----
  ;;; utf-16.el --- UTF-16 encoding/decoding
  
! ;; Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
  
  ;; Author: Dave Love <address@hidden>
  ;; Keywords: Unicode, UTF-16, i18n
***************
*** 25,35 ****
  ;;; Commentary:
  
  ;; Support for UTF-16, which is a two-byte encoding (modulo
! ;; surrogates) of Unicode, written either in little or big endian
! ;; order and either with or without the leading BOM (a two-byte
! ;; signature which identifies their byte sex)a.
  ;;
! ;; We provides these base coding systems.
  ;;    name                                    endian  BOM
  ;;    ----                                    ------  ---
  ;;    mule-utf-16le                           little  no
--- 25,35 ----
  ;;; Commentary:
  
  ;; Support for UTF-16, which is a two-byte encoding (modulo
! ;; surrogates) of Unicode, defined in RFC 2781.  It is written either
! ;; in little or big endian order and either with or without the
! ;; leading BOM (a two-byte signature which identifies their byte sex).
  ;;
! ;; We provide these base coding systems.
  ;;    name                                    endian  BOM
  ;;    ----                                    ------  ---
  ;;    mule-utf-16le                           little  no
***************
*** 346,351 ****
--- 346,352 ----
        mule-unicode-2500-33ff
        mule-unicode-e000-ffff)
       (mime-charset . utf-16le)
+      (mime-text-unsuitable . t)
       (valid-codes (0 . 255))
       (dependency unify-8859-on-encoding-mode
                 unify-8859-on-decoding-mode
***************
*** 390,395 ****
--- 391,397 ----
        mule-unicode-e000-ffff)
       (coding-category . coding-category-utf-16-le)
       (mime-charset . utf-16)
+      (mime-text-unsuitable . t)
       (valid-codes (0 . 255))
       (dependency unify-8859-on-encoding-mode
                 unify-8859-on-decoding-mode
***************
*** 435,440 ****
--- 437,443 ----
        mule-unicode-e000-ffff)
       (coding-category . coding-category-utf-16-be)
       (mime-charset . utf-16)
+      (mime-text-unsuitable . t)
       (valid-codes (0 . 255))
       (dependency unify-8859-on-encoding-mode
                 unify-8859-on-decoding-mode




reply via email to

[Prev in Thread] Current Thread [Next in Thread]