From: Jarkko Hietaniemi Date: Sun, 12 Aug 2001 22:30:04 +0000 (+0000) Subject: There is no IN_UTF8. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ce6dce323a8d0f7e019f361b7d8ad8f9fea59359;p=p5sagit%2Fp5-mst-13.2.git There is no IN_UTF8. p4raw-id: //depot/perl@11652 --- diff --git a/utf8.h b/utf8.h index e23cff2..b793db6 100644 --- a/utf8.h +++ b/utf8.h @@ -128,7 +128,6 @@ END_EXTERN_C #define UTF8_MAXLEN 13 /* how wide can a single UTF8 encoded character become */ -/* #define IN_UTF8 (PL_curcop->op_private & HINT_UTF8) */ #define IN_BYTES (PL_curcop->op_private & HINT_BYTES) #define DO_UTF8(sv) (SvUTF8(sv) && !IN_BYTES)