File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -170,14 +170,14 @@ static bool shortestUTF8( size_t length,
170
170
* @return true if a valid code point was present;
171
171
* false otherwise.
172
172
*
173
- * 00– 7F Single-byte character
174
- * 80– BF Trailing byte
175
- * C0– DF Leading byte of two-byte character
176
- * E0– EF Leading byte of three-byte character
177
- * F0– F7 Leading byte of four-byte character
178
- * F8– FB Illegal (formerly leading byte of five-byte character)
179
- * FC– FD Illegal (formerly leading byte of six-byte character)
180
- * FE– FF Illegal
173
+ * 00- 7F Single-byte character
174
+ * 80- BF Trailing byte
175
+ * C0- DF Leading byte of two-byte character
176
+ * E0- EF Leading byte of three-byte character
177
+ * F0- F7 Leading byte of four-byte character
178
+ * F8- FB Illegal (formerly leading byte of five-byte character)
179
+ * FC- FD Illegal (formerly leading byte of six-byte character)
180
+ * FE- FF Illegal
181
181
*
182
182
* The octet values C0, C1, and F5 to FF are illegal, since C0 and C1
183
183
* would introduce a non-shortest sequence, and F5 or above would
You can’t perform that action at this time.
0 commit comments