Changeset 3894 for trunk/etc/PROBLEMS
- Timestamp:
- 2005年10月02日 09時47分43秒 (3 years ago)
- Files:
-
- trunk/etc (modified) (1 prop)
- trunk/etc/PROBLEMS (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc
- Property svn:ignore changed from
DOC-X
to
DOC-X
icons
DOC
- Property svn:ignore changed from
trunk/etc/PROBLEMS
r3863 r3894 842 842 ** The UTF-8/16/7 coding systems don't encode CJK (Far Eastern) characters. 843 843 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. 844 Emacs directly supports the Unicode BMP whose code points are in the 845 ranges 0000-33ff and e000-ffff, and indirectly supports the parts of 846 CJK characters belonging to these legacy charsets: 847 848 GB2312, Big5, JISX0208, JISX0212, JISX0213-1, JISX0213-2, KSC5601 849 850 The latter support is done in Utf-Translate-Cjk mode (turned on by 851 default). Which Unicode CJK characters are decoded into which Emacs 852 charset is decided by the current language environment. For instance, 853 in Chinese-GB, most of them are decoded into chinese-gb2312. 847 854 848 855 If you read UTF-8 data with code points outside these ranges, the … … 853 860 substituted with the Unicode `replacement character', and you lose 854 861 information. 855 856 To edit such UTF data, turn on Utf-Translate-Cjk mode, which makes857 many common CJK characters available for encoding and decoding and can858 be extended by updating the tables it uses. This also allows you to859 save as UTF buffers containing characters decoded by the chinese-,860 japanese- and korean- coding systems, e.g. cut and pasted from861 elsewhere.862 862 863 863 ** Mule-UCS loads very slowly.
