# HG changeset patch # User Dave Love # Date 986505302 0 # Node ID 8a086ca42e43b651b2ca0a8024e3463844a1a8a9 # Parent 343f5ea2a31c84650554685a59940bd2474550c7 comment diff -r 343f5ea2a31c -r 8a086ca42e43 src/coding.c --- 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