From: Dave Love Date: Sat, 25 May 2002 17:04:28 +0000 (+0000) Subject: (coding-system-iso-2022-flags): Add X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~763 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68ab7382da461669bc0a8ba922b4c23651d6a797;p=emacs.git (coding-system-iso-2022-flags): Add use-roman, use-oldjis. --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 517162b6e09..f769dec27aa 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -345,11 +345,13 @@ Now we have the variable `charset-list'." safe latin-extra composition - euc-tw-shift) + euc-tw-shift + use-roman + use-oldjis) "List of symbols that control ISO-2022 encoder/decoder. The value of `:flags' attribute in the argument of the function -`define-coding-system' must be one of them. +`define-coding-system' must be composed from them. If `long-form' is specified, use a long designation sequence on encoding for the charsets `japanese-jisx0208-1978', `chinese-gb2312', @@ -399,7 +401,13 @@ composition sequence is correctly decode on decoding, and is produced on encoding. If `euc-tw-shift' is specified, the EUC-TW specific shifting code is -correctly decoded on decoding, and is produced on encoding.") +correctly decoded on decoding, and is produced on encoding. + +If `use-roman' is specified, JIS0201-1976-Roman is designated instead +of ASCII. + +If `use-oldjis' is specified, JIS0208-1976 is designated instead of +JIS0208-1983.") (defun define-coding-system (name docstring &rest props) "Define NAME (symbol) as a coding system with DOCSTRING and attributes.