Mercurial > emacs
changeset 37231:8a086ca42e43
comment
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 05 Apr 2001 21:15:02 +0000 |
parents | 343f5ea2a31c |
children | cebd635be09b |
files | src/coding.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.c Thu Apr 05 20:50:58 2001 +0000 +++ b/src/coding.c Thu Apr 05 21:15:02 2001 +0000 @@ -555,7 +555,7 @@ In that case, a sequence of one-byte codes has a slightly different form. - At first, all characters in eight-bit-control are represented by + Firstly, all characters in eight-bit-control are represented by one-byte sequences which are their 8-bit code. Next, character composition data are represented by the byte @@ -564,9 +564,9 @@ METHOD is 0xF0 plus one of composition method (enum composition_method), - BYTES is 0x20 plus a byte length of this composition data, - - CHARS is 0x20 plus a number of characters composed by this + BYTES is 0xA0 plus the byte length of these composition data, + + CHARS is 0xA0 plus the number of characters composed by these data, COMPONENTs are characters of multibyte form or composition