This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
bd8446c
)
sv.c: Document that sv_len sets the UTF8 flag
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 27 Sep 2012 00:45:51 +0000
(17:45 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 1 Oct 2012 19:51:52 +0000
(12:51 -0700)
sv.c
patch
|
blob
|
blame
|
history
diff --git
a/sv.c
b/sv.c
index
67d3ed9
..
342fc7f
100644
(file)
--- 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<SvCUR>, which gives raw access to the xpv_cur slot.
+coercion and sets the UTF8 flag appropriately. See also C<SvCUR>, which
+gives raw access to the xpv_cur slot.
=cut
*/