Mercurial > emacs
comparison lisp/language/china-util.el @ 28906:60eb71a9f901
Remove all the setup-...-environment functions.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sun, 14 May 2000 15:21:41 +0000 |
parents | 708271862495 |
children | 67b464da13ec |
comparison
equal
deleted
inserted
replaced
28905:e96880caf4e5 | 28906:60eb71a9f901 |
---|---|
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the | 21 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
23 ;; Boston, MA 02111-1307, USA. | 23 ;; Boston, MA 02111-1307, USA. |
24 | 24 |
25 ;;; Code: | 25 ;;; Code: |
26 | |
27 ;;;###autoload | |
28 (defun setup-chinese-gb-environment () | |
29 "Setup multilingual environment (MULE) for Chinese GB2312 users." | |
30 (interactive) | |
31 (set-language-environment "Chinese-GB")) | |
32 | |
33 ;;;###autoload | |
34 (defun setup-chinese-big5-environment () | |
35 "Setup multilingual environment (MULE) for Chinese Big5 users." | |
36 (interactive) | |
37 (set-language-environment "Chinese-BIG5")) | |
38 | |
39 ;;;###autoload | |
40 (defun setup-chinese-cns-environment () | |
41 "Setup multilingual environment (MULE) for Chinese CNS11643 family users." | |
42 (interactive) | |
43 (set-language-environment "Chinese-CNS")) | |
44 | 26 |
45 ;; Hz/ZW encoding stuffs | 27 ;; Hz/ZW encoding stuffs |
46 | 28 |
47 ;; HZ is an encoding method for Chinese character set GB2312 used | 29 ;; HZ is an encoding method for Chinese character set GB2312 used |
48 ;; widely in Internet. It is very similar to 7-bit environment of | 30 ;; widely in Internet. It is very similar to 7-bit environment of |