Skip Menu |

This queue is for tickets about the IWL CPAN distribution.

Report information
The Basics
Id: 37133
Status: new
Priority: 0/
Queue: IWL

People
Owner: Nobody in particular
Requestors: ag [...] lhp.ru
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.60
Fixed in: (no value)



Subject: Bag in IWL::Obeject
perl, v5.8.8 Linux 2.6.24-16-generic (Ubuntu 8.04) utf-8 & russian language. Added in iwl_demo.pl after line #253 $locale->appendOption('Русский', 'ru'); Error: iwl_demo.pl: Wide character in subroutine entry at /usr/local/share/ perl/5.8.8/IWL/Object.pm line 1164. Tempory fix - change line #1163 $header->{ETag} = Digest::MD5::md5_hex($content); to $header->{ETag} = Digest::MD5::md5_hex( ( is_utf8($content) ? encode_utf8($content) : $content ));