/[emacs]/emacs/lisp/international/mule-conf.el
ViewVC logotype

Diff of /emacs/lisp/international/mule-conf.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.62.2.26 by fx, Wed Jun 12 11:43:30 2002 UTC revision 1.62.2.27 by fx, Mon Jun 24 18:24:44 2002 UTC
# Line 987  Line 987 
987  (unify-charset 'vietnamese-viscii-lower)  (unify-charset 'vietnamese-viscii-lower)
988  (unify-charset 'vietnamese-viscii-upper)  (unify-charset 'vietnamese-viscii-upper)
989  ;; Fixme: unifying sucks in the charset tables, which may be large.  ;; Fixme: unifying sucks in the charset tables, which may be large.
990  ;; (Can we avoid that and do it anyhow?)  ;; (Can we avoid that and do it anyhow (with lazy loading)?)
991  (unify-charset 'chinese-sisheng)  (unify-charset 'chinese-sisheng)
992  (unify-charset 'indian-is13194)  (unify-charset 'indian-is13194)
993  ;; (unify-charset 'ipa)  ;; (unify-charset 'ipa)
# Line 998  Line 998 
998  ;; (unify-charset 'japanese-jisx0212)  ;; (unify-charset 'japanese-jisx0212)
999  ;; (unify-charset 'japanese-jisx0213-1)  ;; (unify-charset 'japanese-jisx0213-1)
1000  ;; (unify-charset 'japanese-jisx0213-2)  ;; (unify-charset 'japanese-jisx0213-2)
1001    ;; (unify-charset 'korean-ksc5601)
1002    
1003    
1004  ;; These are tables for translating characters on decoding and  ;; These are tables for translating characters on decoding and
# Line 1249  for decoding and encoding files, process Line 1250  for decoding and encoding files, process
1250  ;; Tar files are not decoded at all, but we treat them as raw bytes.  ;; Tar files are not decoded at all, but we treat them as raw bytes.
1251    
1252  (setq file-coding-system-alist  (setq file-coding-system-alist
1253        '(("\\.elc\\'" . (emacs-mule . emacs-mule))        '(("\\.elc\\'" . utf-8-emacs)
1254          ("\\.utf\\(-8\\)?\\'" . utf-8)          ("\\.utf\\(-8\\)?\\'" . utf-8)
1255          ;; This is the defined default for XML documents.  It may be          ;; This is the defined default for XML documents.  It may be
1256          ;; overridden by a charset specification in the header.  That          ;; overridden by a charset specification in the header.  That

Legend:
Removed from v.1.62.2.26  
changed lines
  Added in v.1.62.2.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26