Show
Ignore:
Timestamp:
2005年10月02日 09時47分43秒 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/etc

    • Property svn:ignore changed from
      DOC-X
      to
      DOC-X
      icons
      DOC
  • trunk/etc/PROBLEMS

    r3863 r3894  
    842842** The UTF-8/16/7 coding systems don't encode CJK (Far Eastern) characters. 
    843843 
    844 Emacs by default only supports the parts of the Unicode BMP whose code 
    845 points are in the ranges 0000-33ff and e000-ffff.  This excludes: most 
    846 of CJK, Yi and Hangul, as well as everything outside the BMP. 
     844Emacs directly supports the Unicode BMP whose code points are in the 
     845ranges 0000-33ff and e000-ffff, and indirectly supports the parts of 
     846CJK characters belonging to these legacy charsets: 
     847 
     848    GB2312, Big5, JISX0208, JISX0212, JISX0213-1, JISX0213-2, KSC5601 
     849 
     850The latter support is done in Utf-Translate-Cjk mode (turned on by 
     851default).   Which Unicode CJK characters are decoded into which Emacs 
     852charset is decided by the current language environment.  For instance, 
     853in Chinese-GB, most of them are decoded into chinese-gb2312. 
    847854 
    848855If you read UTF-8 data with code points outside these ranges, the 
     
    853860substituted with the Unicode `replacement character', and you lose 
    854861information. 
    855  
    856 To edit such UTF data, turn on Utf-Translate-Cjk mode, which makes 
    857 many common CJK characters available for encoding and decoding and can 
    858 be extended by updating the tables it uses.  This also allows you to 
    859 save as UTF buffers containing characters decoded by the chinese-, 
    860 japanese- and korean- coding systems, e.g. cut and pasted from 
    861 elsewhere. 
    862862 
    863863** Mule-UCS loads very slowly.