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/mule-conf.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-conf.el [lexbind]
Date: Tue, 14 Oct 2003 19:39:31 -0400

Index: emacs/lisp/international/mule-conf.el
diff -c emacs/lisp/international/mule-conf.el:1.63.2.1 
emacs/lisp/international/mule-conf.el:1.63.2.2
*** emacs/lisp/international/mule-conf.el:1.63.2.1      Fri Apr  4 01:20:22 2003
--- emacs/lisp/international/mule-conf.el       Tue Oct 14 19:39:23 2003
***************
*** 520,527 ****
        coding-category-iso-8-else      'iso-2022-8bit-ss2
        coding-category-ccl             nil
        coding-category-utf-8           'mule-utf-8
!       coding-category-utf-16-be         nil
!       coding-category-utf-16-le         nil
        coding-category-big5            'chinese-big5
        coding-category-raw-text                'raw-text
        coding-category-binary          'no-conversion)
--- 520,527 ----
        coding-category-iso-8-else      'iso-2022-8bit-ss2
        coding-category-ccl             nil
        coding-category-utf-8           'mule-utf-8
!       coding-category-utf-16-be         'mule-utf-16be-with-signature
!       coding-category-utf-16-le         'mule-utf-16le-with-signature
        coding-category-big5            'chinese-big5
        coding-category-raw-text                'raw-text
        coding-category-binary          'no-conversion)
***************
*** 529,534 ****
--- 529,537 ----
  (set-coding-priority
   '(coding-category-iso-8-1
     coding-category-iso-8-2
+    coding-category-utf-8
+    coding-category-utf-16-be
+    coding-category-utf-16-le
     coding-category-iso-7-tight
     coding-category-iso-7
     coding-category-iso-7-else
***************
*** 539,554 ****
     coding-category-big5
     coding-category-ccl
     coding-category-binary
!    coding-category-utf-8
!    coding-category-utf-16-be
!    coding-category-utf-16-le))
  
  
  ;;; Miscellaneous settings.
  (aset latin-extra-code-table ?\222 t)
  (aset latin-extra-code-table ?\223 t)
  (aset latin-extra-code-table ?\224 t)
  
  (update-coding-systems-internal)
  
  ;;; mule-conf.el ends here
--- 542,559 ----
     coding-category-big5
     coding-category-ccl
     coding-category-binary
!    ))
  
  
  ;;; Miscellaneous settings.
+ (aset latin-extra-code-table ?\221 t)
  (aset latin-extra-code-table ?\222 t)
  (aset latin-extra-code-table ?\223 t)
  (aset latin-extra-code-table ?\224 t)
+ (aset latin-extra-code-table ?\225 t)
+ (aset latin-extra-code-table ?\226 t)
  
  (update-coding-systems-internal)
  
+ ;;; arch-tag: 7d5fed55-b6df-42f6-8d3d-0011190551f5
  ;;; mule-conf.el ends here




reply via email to

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