projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec79994
)
perlguts: Nit
author
Karl Williamson
<public@khwilliamson.com>
Wed, 26 Jun 2013 21:50:37 +0000
(15:50 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Wed, 26 Jun 2013 22:20:58 +0000
(16:20 -0600)
pod/perlguts.pod
patch
|
blob
|
history
diff --git
a/pod/perlguts.pod
b/pod/perlguts.pod
index
59892c5
..
422549e
100644
(file)
--- a/
pod/perlguts.pod
+++ b/
pod/perlguts.pod
@@
-2668,7
+2668,7
@@
lightly.
All bytes in a multi-byte UTF-8 character will have the high bit set,
so you can test if you need to do something special with this
character like this (the UTF8_IS_INVARIANT() is a macro that tests
-whether the byte
can be
encoded as a single byte even in UTF-8):
+whether the byte
is
encoded as a single byte even in UTF-8):
U8 *utf;
U8 *utf_end; /* 1 beyond buffer pointed to by utf */