summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-05-20 07:02:56 +0000
committerClive Lin <clive@FreeBSD.org>2001-05-20 07:02:56 +0000
commit6d7dd9cd7ae803e6e2e855df61c033e494ec7e93 (patch)
treed0c6266aca9ba0540234247f827efcb81703a29d /chinese
parentUpdate to 0.5.8. (diff)
It's possible to use Chinese with liece IRC client.
Obtained from: #bsdchat irc log (http://www.cirx.org)
Notes
Notes: svn path=/head/; revision=42793
Diffstat (limited to 'chinese')
-rw-r--r--chinese/emacs20/files/dot.emacs4
1 files changed, 4 insertions, 0 deletions
diff --git a/chinese/emacs20/files/dot.emacs b/chinese/emacs20/files/dot.emacs
index 3ffd77633031..b07c6f694741 100644
--- a/chinese/emacs20/files/dot.emacs
+++ b/chinese/emacs20/files/dot.emacs
@@ -15,6 +15,10 @@
;; -- Use Windows(tm) style selection
;;(custom-set-variables
;; '(pc-selection-mode t nil (pc-select)))
+;; -- It's possible to use Chinese with liece IRC client
+;;(custom-set-variables
+;; '(liece-mime-charset-for-write (quote cn-big5))
+;; '(liece-mime-charset-for-read (quote cn-big5)))
;; To make sure you get as much highlighting as possible
;; (global-font-lock-mode t)
;; (setq-default font-lock-maximum-decoration t)