/[emacs]/emacs/lisp/international/mule.el
ViewVC logotype

Diff of /emacs/lisp/international/mule.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.141.2.7 by fx, Sat May 25 17:04:28 2002 UTC revision 1.141.2.8 by fx, Sun May 26 00:01:51 2002 UTC
# Line 345  Now we have the variable `charset-list'. Line 345  Now we have the variable `charset-list'.
345      safe      safe
346      latin-extra      latin-extra
347      composition      composition
348      euc-tw-shift      euc-tw-shift)
     use-roman  
     use-oldjis)  
349    "List of symbols that control ISO-2022 encoder/decoder.    "List of symbols that control ISO-2022 encoder/decoder.
350    
351  The value of `:flags' attribute in the argument of the function  The value of `:flags' attribute in the argument of the function
352  `define-coding-system' must be composed from them.  `define-coding-system' must be one of them.
353    
354  If `long-form' is specified, use a long designation sequence on  If `long-form' is specified, use a long designation sequence on
355  encoding for the charsets `japanese-jisx0208-1978', `chinese-gb2312',  encoding for the charsets `japanese-jisx0208-1978', `chinese-gb2312',
# Line 401  composition sequence is correctly decode Line 399  composition sequence is correctly decode
399  on encoding.  on encoding.
400    
401  If `euc-tw-shift' is specified, the EUC-TW specific shifting code is  If `euc-tw-shift' is specified, the EUC-TW specific shifting code is
402  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.")  
403    
404  (defun define-coding-system (name docstring &rest props)  (defun define-coding-system (name docstring &rest props)
405    "Define NAME (symbol) as a coding system with DOCSTRING and attributes.    "Define NAME (symbol) as a coding system with DOCSTRING and attributes.

Legend:
Removed from v.1.141.2.7  
changed lines
  Added in v.1.141.2.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26