aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/international/mule-conf.el
diff options
context:
space:
mode:
authorDave Love <[email protected]>2001-12-15 16:31:14 +0000
committerDave Love <[email protected]>2001-12-15 16:31:14 +0000
commitbdf74befa8f8a70301b9c401872458eec2ed4a25 (patch)
treeca2d31fab7f18887ed4e3d3dd641a620b3debf43 /lisp/international/mule-conf.el
parent74e857b71890f97edb536ad9473ee75c8d42092c (diff)
(translation-table-for-input): New
variable. (latin-iso8859-14): Amend description. (file-coding-system-alist): Add entry for utf-8.
Diffstat (limited to 'lisp/international/mule-conf.el')
-rw-r--r--lisp/international/mule-conf.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index 6caae415cd..300afb21ef 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -88,8 +88,8 @@
[1 96 1 0 ?b 1 "RHP of Latin-9" "RHP of Latin-9 (ISO 8859-15): ISO-IR-203"
"Right-Hand Part of Latin Alphabet 9 (ISO/IEC 8859-15): ISO-IR-203"])
(define-charset 143 'latin-iso8859-14
- [1 96 1 0 ?_ 1 "RHP of Latin-8" "RHP of Latin-8 (ISO 8859-14)"
- "Right-Hand Part of Latin Alphabet 8 (ISO/IEC 8859-14)"])
+ [1 96 1 0 ?_ 1 "RHP of Latin-8" "RHP of Latin-8 (ISO 8859-14): ISO-IR-199"
+ "Right-Hand Part of Latin Alphabet 8 (ISO/IEC 8859-14): ISO-IR-199"])
;; 2-byte charsets. Valid range of CHARSET-ID is 144..153.
@@ -279,6 +279,9 @@
(setq standard-translation-table-for-encode nil)
+(defvar translation-table-for-input nil
+ "If non-nil, a char table used to translate characters from input methods.
+\(Currently only used by Quail.)")
;;; Make fundamental coding systems.
@@ -429,6 +432,7 @@ is treated as a character."
(setq file-coding-system-alist
'(("\\.elc\\'" . (emacs-mule . emacs-mule))
+ ("\\.utf\\(-8\\)?\\'" . utf-8)
;; We use raw-text for reading loaddefs.el so that if it
;; happens to have DOS or Mac EOLs, they are converted to
;; newlines. This is required to make the special treatment