Your message dated Thu, 16 Apr 2015 20:18:49 +0300
with message-id <[email protected]>
and subject line Re: Bug#718611: Encode.pm: Cannot decode string with wide
characters.
has caused the Debian Bug report #718611,
regarding Encode.pm: Cannot decode string with wide characters.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
718611: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718611
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: perl
Version: 5.14.2-21
Severity: normal
Dear Maintainer,
In my script previously working well, is now broken with this error:
Cannot decode string with wide characters at /usr/lib/perl/5.14/Encode.pm line
174.
That is called from the script w/
decode( "UTF-8", $file_path );
Thank you for your work for debian!
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (700, 'testing'), (600, 'stable-updates'), (600, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.9-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages perl depends on:
ii libbz2-1.0 1.0.6-4
ii libc6 2.17-7
ii libdb5.1 5.1.29-6
ii libgdbm3 1.8.3-12
ii perl-base 5.14.2-21
ii perl-modules 5.14.2-21
ii zlib1g 1:1.2.8.dfsg-1
Versions of packages perl recommends:
ii netbase 5.1
Versions of packages perl suggests:
pn libterm-readline-gnu-perl | libterm-readline-perl-perl <none>
pn make <none>
ii perl-doc 5.14.2-21
-- no debconf information
--- End Message ---
--- Begin Message ---
On Mon, Aug 05, 2013 at 09:11:46AM +0300, Niko Tyni wrote:
> On Sat, Aug 03, 2013 at 10:48:12AM +0700, Sthu wrote:
> > Package: perl
> > Version: 5.14.2-21
> > Severity: normal
> >
> > In my script previously working well, is now broken with this error:
> >
> > Cannot decode string with wide characters at /usr/lib/perl/5.14/Encode.pm
> > line 174.
> >
> > That is called from the script w/
> >
> > decode( "UTF-8", $file_path );
>
> Hi,
>
> the error indicates that you're decoding an already-decoded string.
> See for instance
>
> http://stackoverflow.com/questions/12994100/perl-encode-pm-cannot-decode-string-with-wide-character
>
> Could you please provide a test program that shows the problem?
> Without that, we can't really know if it's a bug in Perl/Encode or just
> in your script.
I got a private response to this saying it is not a bug. Closing belatedly.
--
Niko Tyni [email protected]
--- End Message ---