We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2215f6 commit 4a230eaCopy full SHA for 4a230ea
utf8.h
@@ -332,8 +332,8 @@ platforms. FF signals to use 13 bytes for the encoded character. This breaks
332
the paradigm that the number of leading bits gives how many total bytes there
333
are in the character. */
334
335
-/* This is the number of low-order bits a continuation byte in a UTF-8 encoded
336
- * sequence contributes to the specification of the code point. In the bit
+/* A continuation byte in a UTF-8 encoded sequence contributes this number of
+ * low-order bits to the specification of the code point. In the bit
337
* maps above, you see that the first 2 bits are a constant '10', leaving 6 of
338
* real information */
339
# define UTF_CONTINUATION_BYTE_INFO_BITS 6
0 commit comments