diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-05-29 13:07:20 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-05-29 14:46:22 -0700 |
commit | 694cf0d2097096aceb05356229e210423cd909c2 (patch) | |
tree | 95eeb6dd243aa57b96bafd009a1db0df22daf6e4 /sv.c | |
parent | a701009a6144238330665867df80dde3e52459e3 (diff) | |
download | perl-694cf0d2097096aceb05356229e210423cd909c2.tar.gz |
Correct English
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3558,7 +3558,7 @@ Perl_sv_utf8_encode(pTHX_ register SV *const sv) If the PV of the SV is an octet sequence in UTF-8 and contains a multiple-byte character, the C<SvUTF8> flag is turned on so that it looks like a character. If the PV contains only single-byte -characters, the C<SvUTF8> flag stays being off. +characters, the C<SvUTF8> flag stays off. Scans PV for validity and returns false if the PV is invalid UTF-8. =cut |