From: Eli Zaretskii Date: Tue, 14 Oct 2008 12:53:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~2485 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c9a1876d686dc119d6ecc80d1fd25a568718738a;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 3629c66526b..8e827ca38f2 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1286,6 +1286,7 @@ The character code space is now 0x0..0x3FFFFF with no gap. Characters of code 0x0..0x10FFFF are Unicode characters of the same code points. Characters of code 0x3FFF80..0x3FFFFF are raw 8-bit bytes. ++++ Generic characters no longer exist. In buffers and strings, characters are represented by UTF-8 byte @@ -1295,6 +1296,9 @@ The concept of a charset has changed. A single character may belong to multiple charsets (e.g. a-grave, U+00E0, belongs to charsets unicode, iso-8859-1, iso-8859-3, etc). +*** The functions `split-char' and `make-char' now accept up to 4 +positional codes instead of just 2. + *** The functions `encode-char' and `decode-char' now accept any character sets. *** The function `define-charset' now accepts a completely different