APPROVE COMMIT 21.5
|--==> "KY" == Katsumi Yamaoka <yamaoka(a)jpl.org> writes:
KY> Thank you very much for the offer. Here is a new patch. Though
KY> this won't solve the automatic code conversion problems as shown
KY> below, we can use XEmacs 21.5-b8 for most functions.
KY> (let ((file "/tmp/EUC-JP"))
KY> (let ((coding-system-for-write 'euc-jp))
KY> (with-temp-file file
KY> (mapc (lambda (n)
KY> (insert (make-char 'japanese-jisx0208 35 n)))
KY> '(88 69 109 97 99 115))))
KY> (with-temp-buffer
KY> (insert-file file)
KY> buffer-file-coding-system))
KY> => #<coding-system raw-text-unix no-conversion eol-type=lf>
KY> (it should be #<coding_system euc-jp-unix>)
Can anyone help with this?
KY> 2002-05-29 Katsumi Yamaoka <yamaoka(a)jpl.org>
KY> * mule/japan-util.el (setup-japanese-environment-internal): Use
KY> proper coding-systems.
KY> 2002-05-28 Katsumi Yamaoka <yamaoka(a)jpl.org>
KY> * mule/japan-util.el: Use `characterp' instead of `integerp' while
KY> defining char properties for katakana.
KY> * mule/mule-category.el: Clear the category table before defining
KY> categories for `predefined-category-list'.
KY> * mule/mule-cmds.el (finish-set-language-environment): Fit the
KY> charsets preferences in unicode conversions for the language
KY> environment. Suggested by ARISAWA Akihiro <ari(a)mbf.sphere.ne.jp>.
Thanks for the patch, Katsumi. I'll commit this shortly.
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|