emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111946: * notes/unicode: Add notes a


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111946: * notes/unicode: Add notes about Emacs source file encoding.
Date: Tue, 05 Mar 2013 09:55:41 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111946
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2013-03-05 09:55:41 -0800
message:
  * notes/unicode: Add notes about Emacs source file encoding.
modified:
  admin/ChangeLog
  admin/notes/unicode
=== modified file 'admin/ChangeLog'
--- a/admin/ChangeLog   2013-03-04 07:25:17 +0000
+++ b/admin/ChangeLog   2013-03-05 17:55:41 +0000
@@ -1,3 +1,7 @@
+2013-03-05  Paul Eggert  <address@hidden>
+
+       * notes/unicode: Add notes about Emacs source file encoding.
+
 2013-03-04  Paul Eggert  <address@hidden>
 
        * grammars/java-tags.wy (CHAR): Remove "('\u0000' to '\uffff')"

=== modified file 'admin/notes/unicode'
--- a/admin/notes/unicode       2013-03-05 17:13:01 +0000
+++ b/admin/notes/unicode       2013-03-05 17:55:41 +0000
@@ -98,6 +98,62 @@
  * Old auto-save files, and similar files, such as Gnus drafts,
    containing non-ASCII characters probably won't be re-read correctly.
 
+
+Source file encoding
+--------------------
+
+Most Emacs source files are encoded in UTF-8 (or in ASCII, which is a
+subset), but there are a few exceptions, listed below.  Perhaps
+someday these files will be converted to UTF-8, for convenience when
+using tools like 'grep -r', but this might need nontrivial changes to
+the build process.
+
+ * chinese-big5
+
+       leim/CXTERM-DIC/4Corner.tit
+       leim/CXTERM-DIC/ARRAY30.tit
+       leim/CXTERM-DIC/ECDICT.tit
+       leim/CXTERM-DIC/ETZY.tit
+       leim/CXTERM-DIC/PY-b5.tit
+       leim/CXTERM-DIC/Punct-b5.tit
+       leim/CXTERM-DIC/QJ-b5.tit
+       leim/CXTERM-DIC/ZOZY.tit
+       leim/MISC-DIC/CTLau-b5.html
+       leim/MISC-DIC/cangjie-table.b5
+
+ * chinese-iso-8bit
+
+       leim/CXTERM-DIC/CCDOSPY.tit
+       leim/CXTERM-DIC/Punct.tit
+       leim/CXTERM-DIC/QJ.tit
+       leim/CXTERM-DIC/SW.tit
+       leim/CXTERM-DIC/TONEPY.tit
+       leim/MISC-DIC/pinyin.map
+       leim/MISC-DIC/CTLau.html
+       leim/MISC-DIC/ziranma.cin
+
+ * iso-latin-2
+
+       etc/refcards/cs-refcard.tex
+       etc/refcards/sk-survival.tex
+       etc/refcards/cs-survival.tex
+       etc/refcards/cs-dired-ref.tex
+       etc/refcards/sk-dired-ref.tex
+       etc/refcards/sk-refcard.tex
+
+ * japanese-iso-8bit
+
+       leim/SKK-DIC/SKK-JISYO.L
+       leim/ja-dic/ja-dic.el
+
+ * japanese-shift-jis
+
+       admin/charsets/mapfiles/cns2ucsdkw.txt
+
+ * no-conversion
+
+       lib-src/testfile
+
 
 This file is part of GNU Emacs.
 


reply via email to

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