Change 11652 by jhi@alpha on 2001/08/12 22:30:04

        There is no IN_UTF8.

Affected files ...

... //depot/perl/utf8.h#42 edit

Differences ...

==== //depot/perl/utf8.h#42 (text) ====
Index: perl/utf8.h
--- perl/utf8.h.~1~     Sun Aug 12 16:45:05 2001
+++ perl/utf8.h Sun Aug 12 16:45:05 2001
@@ -128,7 +128,6 @@
 
 #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)
 
End of Patch.

Reply via email to