summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-04-29 17:31:27 +0000
committerNicholas Clark <nick@ccl4.org>2006-04-29 17:31:27 +0000
commit95be277cce2cef5ea17debb2d60e8f38283b5ecc (patch)
tree2fe59416dad5b6de3a910255b856938679e5337c /utf8.c
parent6e08b83d756ad133b8bc2487444be12cd5bed405 (diff)
downloadperl-95be277cce2cef5ea17debb2d60e8f38283b5ecc.tar.gz
Add a cross reference to bytes_from_utf8() in the documentation for
utf8_to_bytes(). Regenerate perlapi.pod. p4raw-id: //depot/perl@28015
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utf8.c b/utf8.c
index 83169a327c..d0cbb4eb0b 100644
--- a/utf8.c
+++ b/utf8.c
@@ -750,6 +750,8 @@ Unlike C<bytes_to_utf8>, this over-writes the original string, and
updates len to contain the new length.
Returns zero on failure, setting C<len> to -1.
+If you need a copy of the string, see C<bytes_from_utf8>.
+
=cut
*/