/[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.189 by handa, Mon Aug 18 12:37:41 2003 UTC revision 1.190 by fx, Wed Aug 20 18:56:53 2003 UTC
# Line 815  following properties are recognized: Line 815  following properties are recognized:
815    The value is a symbol whose name is the `MIME-charset' parameter of    The value is a symbol whose name is the `MIME-charset' parameter of
816    the coding system.    the coding system.
817    
818      o mime-text-unsuitable
819    
820      A non-nil value means the `mime-charset' property names a charset
821      which is unsuitable for the top-level media type \"text\".
822    
823    o valid-codes (meaningful only for a coding system based on CCL)    o valid-codes (meaningful only for a coding system based on CCL)
824    
825    The value is a list to indicate valid byte ranges of the encoded    The value is a list to indicate valid byte ranges of the encoded
# Line 1124  If CODING-SYSTEM leaves the text convers Line 1129  If CODING-SYSTEM leaves the text convers
1129  leaves the end-of-line conversion unspecified, FORCE controls what to  leaves the end-of-line conversion unspecified, FORCE controls what to
1130  do.  If FORCE is nil, get the unspecified aspect (or aspects) from the  do.  If FORCE is nil, get the unspecified aspect (or aspects) from the
1131  buffer's previous `buffer-file-coding-system' value (if it is  buffer's previous `buffer-file-coding-system' value (if it is
1132  specified there).  Otherwise, levae it unspecified.  specified there).  Otherwise, leave it unspecified.
1133    
1134  This marks the buffer modified so that the succeeding \\[save-buffer]  This marks the buffer modified so that the succeeding \\[save-buffer]
1135  surely saves the buffer with CODING-SYSTEM.  From a program, if you  surely saves the buffer with CODING-SYSTEM.  From a program, if you
# Line 1380  This alist is used to decode an extened Line 1385  This alist is used to decode an extened
1385        (goto-char (point-min))        (goto-char (point-min))
1386        (- (point-max) (point)))))        (- (point-max) (point)))))
1387    
1388    ;; From X registry 2001/06/01
1389    ;; 20. NON-STANDARD CHARACTER SET ENCODINGS
1390    
1391    ;; See Section 6 of the Compound Text standard.
1392    
1393    ;; Name                                         Reference
1394    ;; ----                                         ---------
1395    ;; "DEC.CNS11643.1986-2"                                [53]
1396    ;;      CNS11643 2-plane using the recommended
1397    ;;      internal representation scheme
1398    ;; "DEC.DTSCS.1990-2"                           [54]
1399    ;;      DEC Taiwan Supplemental Character Set
1400    ;; "fujitsu.u90x03"                             [87]
1401    ;; "ILA"                                                [62]
1402    ;;      registry prefix
1403    ;; "IPSYS"                                              [59]
1404    ;;      registry prefix
1405    ;; "omron_UDC"                                  [45]
1406    ;;         omron User Defined Charset
1407    ;; "omron_UDC_ja"                                       [45]
1408    ;;         omron User Defined Charset for Japanese
1409    ;; "omron_UDC_zh"                                       [45]
1410    ;;         omron User Defined Charset for Chinese(Main land)
1411    ;; "omron_UDC_tw"                                       [45]
1412    ;;         omron User Defined Charset for Chinese(Taiwan)
1413    
1414  ;; If you add charsets here, be sure to modify the regexp used by  ;; If you add charsets here, be sure to modify the regexp used by
1415  ;; ctext-pre-write-conversion to look up non-standard charsets.  ;; ctext-pre-write-conversion to look up non-standard charsets.
1416  (defvar ctext-non-standard-designations-alist  (defvar ctext-non-standard-designations-alist

Legend:
Removed from v.1.189  
changed lines
  Added in v.1.190

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