diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/character.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.h b/src/character.h index d19e1e2604c..75351cd1edf 100644 --- a/src/character.h +++ b/src/character.h | |||
| @@ -42,7 +42,7 @@ INLINE_HEADER_BEGIN | |||
| 42 | F9..FF 11111yyy | 42 | F9..FF 11111yyy |
| 43 | 43 | ||
| 44 | In each bit pattern, 'x' and 'y' each represent a single bit of the | 44 | In each bit pattern, 'x' and 'y' each represent a single bit of the |
| 45 | character code payload, and least one 'y' must be a 1 bit. | 45 | character code payload, and at least one 'y' must be a 1 bit. |
| 46 | In the 5-byte sequence, the 22-bit payload cannot exceed 3FFF7F. | 46 | In the 5-byte sequence, the 22-bit payload cannot exceed 3FFF7F. |
| 47 | */ | 47 | */ |
| 48 | 48 | ||