2000-04-04 18:11:30 +00:00
|
|
|
If you want to use Unicode support included in Mule-UCS package,
|
|
|
|
please put one line as below:
|
|
|
|
|
|
|
|
(require 'un-define)
|
|
|
|
|
|
|
|
in your .emacs, site-start.el, or any other start up configuration file.
|
|
|
|
If you want to use auto detection feature on UTF-8/16, add one more:
|
|
|
|
|
|
|
|
(require 'un-tools)
|
|
|
|
|
2001-04-19 16:14:54 +00:00
|
|
|
See PREFIX/share/doc/mule-ucs/README.Unicode for details.
|
2000-04-04 18:11:30 +00:00
|
|
|
|
|
|
|
If you want to use BIG5 conversion support, add the below line either:
|
|
|
|
|
|
|
|
(require 'big5c-ucs)
|
|
|
|
|
|
|
|
or
|
|
|
|
|
|
|
|
(require 'big5c-cns)
|
|
|
|
|
|
|
|
to your .emacs depends on which conversion methods you would like to use.
|
2001-04-19 16:14:54 +00:00
|
|
|
See PREFIX/share/doc/mule-ucs/README.big5conv for details.
|
2000-04-04 18:11:30 +00:00
|
|
|
|
|
|
|
If you want to use JIS X 0213 support, add the following line:
|
|
|
|
|
|
|
|
(require 'jisx0213)
|
|
|
|
|
2001-04-19 16:14:54 +00:00
|
|
|
to your .emacs. See PREFIX/share/doc/mule-ucs/README.jisx0213
|
2000-04-04 18:11:30 +00:00
|
|
|
(written in Japanese) for details.
|