diff options
author | Karl Williamson <khw@cpan.org> | 2015-03-15 22:25:12 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-03-16 09:57:55 -0600 |
commit | 88d9f320ca53d033aadb3c8de37636a402a5ae5d (patch) | |
tree | 90ae76098452fa6c33158ba3421d19344cf1723d /pod/perlunicode.pod | |
parent | bd940430ebc41b7b346cc761cc46be9674f34111 (diff) | |
download | perl-88d9f320ca53d033aadb3c8de37636a402a5ae5d.tar.gz |
perlunicode: Nit, for EBCDIC
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r-- | pod/perlunicode.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index e1e4cdb40c..869d9a5b21 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -1710,7 +1710,7 @@ a valid UTF-8 character. C<UTF8SKIP(buf)> will return the number of bytes in the UTF-8 encoded character in the buffer. C<UNISKIP(chr)> will return the number of bytes -required to UTF-8-encode the Unicode character code point. C<UTF8SKIP()> +required to UTF-8-encode the code point. C<UTF8SKIP()> is useful for example for iterating over the characters of a UTF-8 encoded buffer; C<UNISKIP()> is useful, for example, in computing the size required for a UTF-8 encoded buffer. |