summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorKarl <khw@karl.(none)>2008-12-26 10:18:34 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-12-26 23:23:55 +0100
commitfe749c9aa803ce74d997ff797103481a55741837 (patch)
treea8009cd572392a5b7a06cc5988ebc5661dd65f91 /sv.c
parenteccdc4d715215b93b6b598d8cf3ac12e323f67e0 (diff)
downloadperl-fe749c9aa803ce74d997ff797103481a55741837.tar.gz
Update comments and documentation dealing with utf
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sv.c b/sv.c
index cfae3b7cd4..917c897eaa 100644
--- a/sv.c
+++ b/sv.c
@@ -3154,6 +3154,10 @@ Returns the number of bytes in the converted string
This is not as a general purpose byte encoding to Unicode interface:
use the Encode extension for that.
+=for apidoc sv_utf8_upgrade_nomg
+
+Like sv_utf8_upgrade, but doesn't do magic on C<sv>
+
=for apidoc sv_utf8_upgrade_flags
Converts the PV of an SV to its UTF-8-encoded form.