Hi Dan, > What version of Encode do you have on your system? > and what version of perl?
On my linux machine: # perl -MEncode -e 'print $Encode::VERSION."\n"' 2.08 # perl -version This is perl, v5.8.6 built for armv5b-linux On my Windows machine: C:\>perl -MEncode -e "print $Encode::VERSION" 1.99 C:\>perl -version This is perl, v5.8.3 built for MSWin32-x86-multi-thread and indeed kdf's proposed fix works for me too. -- cbast -- Carel ------------------------------------------------------------------------ cbast's Profile: http://forums.slimdevices.com/member.php?userid=1202 View this thread: http://forums.slimdevices.com/showthread.php?t=18063 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
