diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-04-29 17:31:27 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-04-29 17:31:27 +0000 |
commit | 95be277cce2cef5ea17debb2d60e8f38283b5ecc (patch) | |
tree | 2fe59416dad5b6de3a910255b856938679e5337c /utf8.c | |
parent | 6e08b83d756ad133b8bc2487444be12cd5bed405 (diff) | |
download | perl-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |