for example in =head1 all non-ASCII-\w-runs were
turned into underscores in NAME tags. This could
result in several NAME tags becoming identical.
Reported by:
Subject: pod2html vs Russian Characters
To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com
Message-Id: <
199811241600.TAA05149@stat.aha.ru>
p4raw-id: //depot/cfgperl@2435
use Carp;
+use locale; # make \w work right in non-ASCII lands
+
use strict;
use Config;
#
sub htmlify {
my($compact, $heading) = @_;
+ my($compact, $heading) = @_;
if ($compact) {
$heading =~ /^(\w+)/;
use vars qw($VERSION);
$VERSION = "1.0203";
+use locale; # make \w work right in non-ASCII lands
+
$termcap=0;
$opt_alt_format = 0;