comparison etc/NEWS @ 50773:b14367118d5a

utf-translate-cjk is now called utf-translate-cjk-mode.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Thu, 01 May 2003 19:37:34 +0000
parents bb0aa4c18cfe
children 4239cd7727ca
comparison
equal deleted inserted replaced
50772:4de456f5faa3 50773:b14367118d5a
221 library. These include complete versions of most of those in 221 library. These include complete versions of most of those in
222 codepage.el, based on Unicode mappings. 222 codepage.el, based on Unicode mappings.
223 223
224 ** The utf-8 coding system has been enhanced. Untranslatable utf-8 224 ** The utf-8 coding system has been enhanced. Untranslatable utf-8
225 sequences (mostly representing CJK characters) are composed into 225 sequences (mostly representing CJK characters) are composed into
226 single quasi-characters. User option `utf-translate-cjk' arranges to 226 single quasi-characters. User option `utf-translate-cjk-mode'
227 translate many utf-8 CJK character sequences into real Emacs 227 arranges to translate many utf-8 CJK character sequences into real
228 characters in a similar way to the Mule-UCS system. The utf-8 coding 228 Emacs characters in a similar way to the Mule-UCS system. The utf-8
229 system will now encode characters from most of Emacs's one-dimensional 229 coding system will now encode characters from most of Emacs's
230 internal charsets, specifically the ISO-8859 ones. 230 one-dimensional internal charsets, specifically the ISO-8859 ones.
231 231
232 ** iso-10646-1 (`Unicode') fonts can be used to display any range of 232 ** iso-10646-1 (`Unicode') fonts can be used to display any range of
233 characters encodable by the utf-8 coding system. Just specify the 233 characters encodable by the utf-8 coding system. Just specify the
234 fontset appropriately. 234 fontset appropriately.
235 235