diff options
| author | Dave Love | 2001-04-05 21:15:02 +0000 |
|---|---|---|
| committer | Dave Love | 2001-04-05 21:15:02 +0000 |
| commit | ae5145c23883365b7e15b193437e03f8b6e85db1 (patch) | |
| tree | 6c28d970e5d71490d249a5a59b4b9b666af872bf /src/coding.c | |
| parent | 21d84d66a07416c6b66d4bc7e14e27fc623a5092 (diff) | |
| download | emacs-ae5145c23883365b7e15b193437e03f8b6e85db1.tar.gz emacs-ae5145c23883365b7e15b193437e03f8b6e85db1.zip | |
comment
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/coding.c b/src/coding.c index 877d2f59ece..07233ee4d7e 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -555,7 +555,7 @@ coding_safe_chars (coding) | |||
| 555 | In that case, a sequence of one-byte codes has a slightly different | 555 | In that case, a sequence of one-byte codes has a slightly different |
| 556 | form. | 556 | form. |
| 557 | 557 | ||
| 558 | At first, all characters in eight-bit-control are represented by | 558 | Firstly, all characters in eight-bit-control are represented by |
| 559 | one-byte sequences which are their 8-bit code. | 559 | one-byte sequences which are their 8-bit code. |
| 560 | 560 | ||
| 561 | Next, character composition data are represented by the byte | 561 | Next, character composition data are represented by the byte |
| @@ -564,9 +564,9 @@ coding_safe_chars (coding) | |||
| 564 | METHOD is 0xF0 plus one of composition method (enum | 564 | METHOD is 0xF0 plus one of composition method (enum |
| 565 | composition_method), | 565 | composition_method), |
| 566 | 566 | ||
| 567 | BYTES is 0x20 plus a byte length of this composition data, | 567 | BYTES is 0xA0 plus the byte length of these composition data, |
| 568 | 568 | ||
| 569 | CHARS is 0x20 plus a number of characters composed by this | 569 | CHARS is 0xA0 plus the number of characters composed by these |
| 570 | data, | 570 | data, |
| 571 | 571 | ||
| 572 | COMPONENTs are characters of multibyte form or composition | 572 | COMPONENTs are characters of multibyte form or composition |