On Fri, Dec 12, 2003 at 11:38:06AM -0500, Morbus Iff wrote: > > >I get the following error when running my par file: > > >C:\Perl>pp -p -o validator.par validator.pl > > >C:\Perl>parl validator.par > > >* Check XML (DTD) > > >* Check numbers > > >Tk::Error: Can't locate utf8.pm in [at]INC ([at]INC contains: > > >Did you ever solve this problem of yours? > >I'm getting a similar error: > > > > panic: swash_fetch > > > >which is traced to a regexp: > > > > $data =~ s/a href="?([^"?]+)"?/ > > a href="$1" target=\"$target\"/gi; > > Some more info: > > * adding -M utf8 doesn't help. > * use utf8; in my code doesn't help. > * adding LC_ALL=C and LANG=C as env vars doesn't help. > * downgrading to perl 5.8.0 doesn't help.
> What can I do to help you debug? Which perl version did you say that you were getting it on? Had you sent perl -V from it to the par list? (ie I've deleted rather too many messages) Nicholas Clark
