From 9f98c7fe7c73db3c1a2e4d2f78db562655b69cc0 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 26 Jun 2013 15:50:37 -0600 Subject: [PATCH] perlguts: Nit --- pod/perlguts.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 59892c5..422549e 100644 --- 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 */ -- 1.8.3.1