summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-01-30 18:18:51 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-30 18:18:51 +0000
commitef9edfd01e3c829c5c5b98c37662df9d1108dc9e (patch)
tree73b1b2a37f00358f6528aa3a939303c242a47b6d /pod
parent2eb25c996f78f171b9e185efef03146c255a8fd3 (diff)
downloadperl-ef9edfd01e3c829c5c5b98c37662df9d1108dc9e.tar.gz
UTF-8 nit from Inaba Hiroto.
p4raw-id: //depot/perl@8615
Diffstat (limited to 'pod')
-rw-r--r--pod/perlapi.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod
index 60cb725cda..40d40fe9f0 100644
--- a/pod/perlapi.pod
+++ b/pod/perlapi.pod
@@ -186,10 +186,10 @@ Found in file av.c
Converts a string C<s> of length C<len> from UTF8 into byte encoding.
Unlike <utf8_to_bytes> but like C<bytes_to_utf8>, returns a pointer to
-the newly-created string, and updates C<len> to contain the new length.
-Returns the original string if no conversion occurs, C<len> and
-C<is_utf8> are unchanged. Do nothing if C<is_utf8> points to 0. Sets
-C<is_utf8> to 0 if C<s> is converted or malformed .
+the newly-created string, and updates C<len> to contain the new
+length. Returns the original string if no conversion occurs, C<len>
+is unchanged. Do nothing if C<is_utf8> points to 0. Sets C<is_utf8> to
+0 if C<s> is converted or contains all 7bit characters.
NOTE: this function is experimental and may change or be
removed without notice.