summaryrefslogtreecommitdiff
path: root/etc/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-04-01 18:18:40 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2013-04-01 18:18:40 -0700
commit4b725a70efa7ed781b6d5e466c8acc246f68f49d (patch)
tree62906e8a0d27be11f79a8effba31bd67646385d1 /etc/ChangeLog
parent54451ffafafb7f286753fb09871eb84d70bf70ae (diff)
downloademacs-4b725a70efa7ed781b6d5e466c8acc246f68f49d.tar.gz
Use UTF-8 for most files with non-ASCII characters.
* admin/notes/unicode (etc/tutorials/TUTORIAL.ko, leim/quail/hanja.el) (leim/quail/hanja3.el, leim/quail/symbol-ksc.el): Now utf-8, not iso-2022-7bit. Also, files that contain non-UTF-8 characters are now encoded in utf-8-emacs, not iso-2022-7bit. * etc/tutorials/TUTORIAL.ko, tutorials/TUTORIAL.th: Switch from iso-2022-7bit to utf-8. * leim/quail/cyrillic.el, leim/quail/czech.el, leim/quail/ethiopic.el: * leim/quail/greek.el, leim/quail/hanja.el, leim/quail/hanja3.el: * leim/quail/hebrew.el, leim/quail/lao.el, leim/quail/lrt.el: * leim/quail/slovak.el, leim/quail/symbol-ksc.el, leim/quail/thai.el: * leim/quail/tibetan.el, leim/quail/viqr.el, leim/quail/vntelex.el: * leim/quail/vnvni.el, leim/quail/welsh.el: * lisp/international/latin1-disp.el, lisp/international/mule-util.el: * lisp/language/cyril-util.el, lisp/language/european.el: * lisp/language/ind-util.el, lisp/language/lao-util.el, lisp/language/thai.el: * lisp/language/tibet-util.el, lisp/language/tibetan.el: * lisp/language/viet-util.el: Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs. Fixes: debbugs:13936
Diffstat (limited to 'etc/ChangeLog')
-rw-r--r--etc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 5b55e35397b..61e235e0ec4 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,9 @@
+2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
+
+ Use UTF-8 for most files with non-ASCII characters (Bug#13936).
+ * tutorials/TUTORIAL.ko, tutorials/TUTORIAL.th:
+ Switch from iso-2022-7bit to utf-8.
+
2013-03-30 Leo Liu <sdl.web@gmail.com>
* NEWS: Mention `kmacro-to-register' and new eldoc feature.