Fri May 28 10:27:57 2010: Request 56020 was acted upon.
Transaction: Correspondence added by RSCHUPP
       Queue: Module-ScanDeps
     Subject: PAR::Packer and PDF::API2 Unicode::UCD: failed to find 
UnicodeData.txt
   Broken in: 0.96
    Severity: Normal
       Owner: Nobody
  Requestors: dji...@cpan.org
      Status: open
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=56020 >


On Thu May 27 13:31:55 2010, DJIBEL wrote:
> I have PAR 1.000, PAR::Packer 1.04 and Module::ScanDeps 0.97.
> 
> Unicode::UCD: failed to find UnicodeData.txt in  CODE(0x2dbe814)
:::
> I think that UnicodeData.txt is followed in C:/Perl/site/lib/unicore but
> in my computer (perl 5.10 1007), this file is in C:\Perl\lib\unicore
> 
> Is it the problem ??

Nope. Can you try the following (all on one line)

   pp -o ucd.exe -e "use Unicode::UCD qw(charinfo); my $i = 
charinfo(0x42); print $i->{name};"

running ucd.exe should print

   LATIN CAPITAL LETTER B

If this doesn't work, examine ucd.exe with

   unzip -l ucd.exe

and look for UnicodeData.txt. If it does work however, 
the problem is perhaps in PDF::API2, please post a 
minimal example script that demonstrates the problem.

Cheers, Roderich


Reply via email to