Ulrich Mueller <ulm at gentoo.org>
(Character Codes): Fix typos.
This commit is contained in:
parent
8476cfaf3d
commit
eae4708858
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-08-26 Ulrich Mueller <ulm@gentoo.org>
|
||||
|
||||
* nonascii.texi (Character Codes): Fix typos.
|
||||
|
||||
2009-08-25 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* processes.texi (Synchronous Processes): New defvar
|
||||
|
|
|
@ -283,7 +283,7 @@ character codes. The valid character codes for unibyte representation
|
|||
range from 0 to 255---the values that can fit in one byte. The valid
|
||||
character codes for multibyte representation range from 0 to 4194303
|
||||
(#x3FFFFF). In this code space, values 0 through 127 are for
|
||||
@acronym{ASCII} charcters, and values 129 through 4194175 (#x3FFF7F)
|
||||
@acronym{ASCII} characters, and values 128 through 4194175 (#x3FFF7F)
|
||||
are for non-@acronym{ASCII} characters. Values 0 through 1114111
|
||||
(#10FFFF) correspond to Unicode characters of the same codepoint;
|
||||
values 1114112 (#110000) through 4194175 (#x3FFF7F) represent
|
||||
|
|
Loading…
Add table
Reference in a new issue