diff options
| author | Eli Zaretskii | 2008-11-01 16:36:10 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-11-01 16:36:10 +0000 |
| commit | c4526e933cdf0e55387767b32b2f18c0abbdae70 (patch) | |
| tree | b5f030325cd5425babe61acf5fa089420ade697a /etc | |
| parent | d41784eef44d7c34becb4c35f29ac1215dfb15ab (diff) | |
| download | emacs-c4526e933cdf0e55387767b32b2f18c0abbdae70.tar.gz emacs-c4526e933cdf0e55387767b32b2f18c0abbdae70.zip | |
(Text Representations): Rewrite to make consistent with Emacs 23
internal representation of characters. Document `unibyte-string'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -1347,6 +1347,7 @@ returns its output as a list of lines. | |||
| 1347 | 1347 | ||
| 1348 | ** Character code, representation, and charset changes. | 1348 | ** Character code, representation, and charset changes. |
| 1349 | 1349 | ||
| 1350 | +++ | ||
| 1350 | The character code space is now 0x0..0x3FFFFF with no gap. | 1351 | The character code space is now 0x0..0x3FFFFF with no gap. |
| 1351 | Characters of code 0x0..0x10FFFF are Unicode characters of the same code points. | 1352 | Characters of code 0x0..0x10FFFF are Unicode characters of the same code points. |
| 1352 | Characters of code 0x3FFF80..0x3FFFFF are raw 8-bit bytes. | 1353 | Characters of code 0x3FFF80..0x3FFFFF are raw 8-bit bytes. |
| @@ -1354,6 +1355,7 @@ Characters of code 0x3FFF80..0x3FFFFF are raw 8-bit bytes. | |||
| 1354 | +++ | 1355 | +++ |
| 1355 | Generic characters no longer exist. | 1356 | Generic characters no longer exist. |
| 1356 | 1357 | ||
| 1358 | +++ | ||
| 1357 | In buffers and strings, characters are represented by UTF-8 byte | 1359 | In buffers and strings, characters are represented by UTF-8 byte |
| 1358 | sequences in a multibyte buffer/string. | 1360 | sequences in a multibyte buffer/string. |
| 1359 | 1361 | ||