diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-04 18:11:30 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-04 18:11:30 +0000 |
commit | 74ad627c54faae024be3bbe2c628001e0674b7a6 (patch) | |
tree | 11d3a056f6e917ed275c006e3dd5438d04679c47 /converters/mule-ucs/pkg-message | |
parent | e45390cc29415b09fa5f02076dc262f34338bae5 (diff) |
Notes
Diffstat (limited to 'converters/mule-ucs/pkg-message')
-rw-r--r-- | converters/mule-ucs/pkg-message | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/converters/mule-ucs/pkg-message b/converters/mule-ucs/pkg-message new file mode 100644 index 000000000000..acc717e0b624 --- /dev/null +++ b/converters/mule-ucs/pkg-message @@ -0,0 +1,32 @@ +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) + +See ${PREFIX}/share/doc/mule-ucs/README.Unicode for details. + +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. +See ${PREFIX}/share/doc/mule-ucs/README.big5conv for details. + +If you want to use JIS X 0213 support, add the following line: + +(require 'jisx0213) + +to your .emacs. See ${PREFIX}/share/doc/mule-ucs/README.jisx0213 +(written in Japanese) for details. + +Mule-UCS is installed under the following directory: + ${PREFIX}/share/emacs/20.x/site-lisp/mule-ucs/ --- Mule-UCS |