summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2003-08-20 18:45:22 +0000
committerDave Love <fx@gnu.org>2003-08-20 18:45:22 +0000
commite15e4fa43a0fde6234e84abb60adab68785629f2 (patch)
treea9c2e044fb951e6017dd54988fd87534fa8e2209 /lisp
parentba40af357ab1a850647356c43b60e2ed102749ca (diff)
downloademacs-e15e4fa43a0fde6234e84abb60adab68785629f2.tar.gz
Add mime-text-unsuitable coding system
properties.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/utf-16.el13
1 files changed, 8 insertions, 5 deletions
diff --git a/lisp/international/utf-16.el b/lisp/international/utf-16.el
index 6e416c91f6d..e8050c0f170 100644
--- a/lisp/international/utf-16.el
+++ b/lisp/international/utf-16.el
@@ -1,6 +1,6 @@
;;; utf-16.el --- UTF-16 encoding/decoding
-;; Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
;; Author: Dave Love <fx@gnu.org>
;; Keywords: Unicode, UTF-16, i18n
@@ -25,11 +25,11 @@
;;; 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.
+;; 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 provides these base coding systems.
+;; We provide these base coding systems.
;; name endian BOM
;; ---- ------ ---
;; mule-utf-16le little no
@@ -346,6 +346,7 @@ sequence representing U+FFFD (REPLACEMENT CHARACTER)."))
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,6 +391,7 @@ sequence representing U+FFFD (REPLACEMENT CHARACTER)."))
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,6 +437,7 @@ sequence representing U+FFFD (REPLACEMENT CHARACTER)."))
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