diff options
author | Karl <khw@karl.(none)> | 2008-12-26 10:18:34 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-12-26 23:23:55 +0100 |
commit | fe749c9aa803ce74d997ff797103481a55741837 (patch) | |
tree | a8009cd572392a5b7a06cc5988ebc5661dd65f91 /sv.c | |
parent | eccdc4d715215b93b6b598d8cf3ac12e323f67e0 (diff) | |
download | perl-fe749c9aa803ce74d997ff797103481a55741837.tar.gz |
Update comments and documentation dealing with utf
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |