Mercurial > emacs
comparison etc/NEWS @ 56042:24325c5914e6
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sat, 12 Jun 2004 02:36:47 +0000 |
parents | 9cb755ea4108 |
children | c11c9363b19f |
comparison
equal
deleted
inserted
replaced
56041:bcdeaf1d58fc | 56042:24325c5914e6 |
---|---|
715 obsolete and is used only in the MS-DOS port of Emacs. windows-1252 | 715 obsolete and is used only in the MS-DOS port of Emacs. windows-1252 |
716 and windows-1251 are preloaded since the former is so common and the | 716 and windows-1251 are preloaded since the former is so common and the |
717 latter is used by GNU locales. | 717 latter is used by GNU locales. |
718 | 718 |
719 ** The utf-8/16 coding systems have been enhanced. | 719 ** The utf-8/16 coding systems have been enhanced. |
720 By default, untranslatable utf-8 sequences (mostly representing CJK | 720 By default, untranslatable utf-8 sequences are simply composed into |
721 characters) are simply composed into single quasi-characters. User | 721 single quasi-characters. User option `utf-translate-cjk-mode' (it is |
722 option `utf-translate-cjk' arranges to translate many utf-8 CJK | 722 turned on by default) arranges to translate many utf-8 CJK character |
723 character sequences into real Emacs characters in a similar way to the | 723 sequences into real Emacs characters in a similar way to the Mule-UCS |
724 Mule-UCS system. This uses significant space, so is not the default. | 724 system. As this loads a fairly big data on demand, people who are not |
725 interested in CJK characters may want to customize it to nil. | |
725 You can augment/amend the CJK translation via hash tables | 726 You can augment/amend the CJK translation via hash tables |
726 `ucs-mule-cjk-to-unicode' and `ucs-unicode-to-mule-cjk'. The utf-8 | 727 `ucs-mule-cjk-to-unicode' and `ucs-unicode-to-mule-cjk'. The utf-8 |
727 coding system now also encodes characters from most of Emacs's | 728 coding system now also encodes characters from most of Emacs's |
728 one-dimensional internal charsets, specifically the ISO-8859 ones. | 729 one-dimensional internal charsets, specifically the ISO-8859 ones. |
729 The utf-16 coding system is affected similarly. | 730 The utf-16 coding system is affected similarly. |