summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-06-24 15:46:40 +0000
committerNicholas Clark <nick@ccl4.org>2007-06-24 15:46:40 +0000
commit38a44b824c7566670d69f5e214106e1866ce72fe (patch)
tree8938dc96d0dae69214f68d7f8ce3fd0b5ef95b7d /utf8.c
parentcb23d5b19261a41b403a114d55551ddac48af175 (diff)
downloadperl-38a44b824c7566670d69f5e214106e1866ce72fe.tar.gz
s/\bunicode\b/Unicode/; # For everything not dual life
p4raw-id: //depot/perl@31455
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index f5e8649b1c..a761d82a4b 100644
--- a/utf8.c
+++ b/utf8.c
@@ -378,7 +378,7 @@ Perl_is_utf8_string_loclen(pTHX_ const U8 *s, STRLEN len, const U8 **ep, STRLEN
=for apidoc A|UV|utf8n_to_uvuni|const U8 *s|STRLEN curlen|STRLEN *retlen|U32 flags
Bottom level UTF-8 decode routine.
-Returns the unicode code point value of the first character in the string C<s>
+Returns the Unicode code point value of the first character in the string C<s>
which is assumed to be in UTF-8 encoding and no longer than C<curlen>;
C<retlen> will be set to the length, in bytes, of that character.