mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
utf8.c: Clarify comment
This commit is contained in:
parent
2b72566df3
commit
8009da5632
2
utf8.c
2
utf8.c
@ -3090,7 +3090,7 @@ Perl_utf8_to_bytes_(pTHX_ U8 **s_ptr, STRLEN *lenp, void ** free_me,
|
||||
}
|
||||
}
|
||||
|
||||
/* Do the straggler bytes beyond what the loop above did */
|
||||
/* Do the straggler bytes beyond the final word boundary */
|
||||
while (s < send) {
|
||||
if (! UTF8_IS_INVARIANT(*s)) {
|
||||
if (! UTF8_IS_NEXT_CHAR_DOWNGRADEABLE(s, send)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user