X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/bd8446cfdeebd0d46fb2f59b7a8ad1ef248ac0d3..a8b0c4535f00ce3e66877fa1cc6100dea2e74eab:/sv.c diff --git a/sv.c b/sv.c index 67d3ed9..342fc7f 100644 --- a/sv.c +++ b/sv.c @@ -6472,7 +6472,8 @@ Perl_sv_free2(pTHX_ SV *const sv) =for apidoc sv_len Returns the length of the string in the SV. Handles magic and type -coercion. See also C, which gives raw access to the xpv_cur slot. +coercion and sets the UTF8 flag appropriately. See also C, which +gives raw access to the xpv_cur slot. =cut */