Hi. This trivial patch adds a missing '>' for a "C" marker. Art Haas --- pod/perlrun.pod.old 2003-10-08 06:28:53.000000000 -0500 +++ pod/perlrun.pod 2003-10-12 11:22:33.000000000 -0500 @@ -312,7 +312,7 @@ streams as usual. C<-C> on its own (not followed by any number or option list), or the -empty string C<""> for the C<$ENV{PERL_UNICODE}, has the same effect +empty string C<""> for the C<$ENV{PERL_UNICODE}>, has the same effect as C<-CSDL>. In other words, the standard I/O handles and the default C<open()> layer are UTF-8-fied B<but> only if the locale environment variables indicate a UTF-8 locale. This behaviour follows theThread Next