From a8b0c4535f00ce3e66877fa1cc6100dea2e74eab Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 26 Sep 2012 17:45:51 -0700 Subject: [PATCH] sv.c: Document that sv_len sets the UTF8 flag --- sv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -- 1.8.3.1