From: Karl Williamson Date: Tue, 23 Feb 2010 04:43:35 +0000 (-0700) Subject: Clarify sv.c API wording. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c790c9b676e81d0d100a60ee9760ac29682b5155;p=p5sagit%2Fp5-mst-13.2.git Clarify sv.c API wording. --- diff --git a/sv.c b/sv.c index 0e3c7be..b6c03ed 100644 --- a/sv.c +++ b/sv.c @@ -7674,7 +7674,8 @@ string. You are responsible for ensuring that the source string is at least C bytes long. If the C argument is NULL the new SV will be undefined. Currently the only flag bits accepted are C and C. If C is set, then C is called on the result before -returning. If C is set, then it will be set on the new SV. +returning. If C is set, C is considered to be in UTF-8 and the +C flag will be set on the new SV. C is a convenience wrapper for this function, defined as #define newSVpvn_utf8(s, len, u) \