# HG changeset patch # User Eli Zaretskii # Date 1223988809 0 # Node ID 0eb90719885e7fd8dbc03a988f11f7dc27be2b21 # Parent 0002e6ddea37c0e9984e82634d79e8a0780d0ada *** empty log message *** diff -r 0002e6ddea37 -r 0eb90719885e etc/NEWS --- a/etc/NEWS Tue Oct 14 12:48:12 2008 +0000 +++ b/etc/NEWS Tue Oct 14 12:53:29 2008 +0000 @@ -1286,6 +1286,7 @@ 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 @@ 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