aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorclive <clive@FreeBSD.org>2001-05-20 15:02:56 +0800
committerclive <clive@FreeBSD.org>2001-05-20 15:02:56 +0800
commit6fb144a54efa0962e12c2bf2a2955563a01bda18 (patch)
treea99bb3d77e6a138710d7ed9245ca2ff8fef87ed2 /chinese
parente1309607e0ba97b3e08b4a494dbf58cf96db44c3 (diff)
downloadfreebsd-ports-gnome-6fb144a54efa0962e12c2bf2a2955563a01bda18.tar.gz
freebsd-ports-gnome-6fb144a54efa0962e12c2bf2a2955563a01bda18.tar.zst
freebsd-ports-gnome-6fb144a54efa0962e12c2bf2a2955563a01bda18.zip
It's possible to use Chinese with liece IRC client.
Obtained from: #bsdchat irc log (http://www.cirx.org)
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)