Bug#798727: Encode::Unicode decode() dies unnecessarily

2015-09-15 Thread Niko Tyni
tag 798727 fixed-upstream clone 798727 -1 reassign -1 libencode-perl 2.76-1 thanks On Tue, Sep 15, 2015 at 04:04:57PM +0200, Damian Lukowski wrote: > the patch has been applied upstream. Thanks! I see it's in 2.77. As the Encode distribution is packaged in Debian both in the perl package and

Bug#798727: Encode::Unicode decode() dies unnecessarily

2015-09-15 Thread Damian Lukowski
Hi Dominic, the patch has been applied upstream. Regards Damian Am 12.09.2015 um 11:17 schrieb Dominic Hargreaves: > Thanks for the bug report; I've added your patch to the upstream bug > report, and will await comment by them. > > Dominic.

Bug#798727: Encode::Unicode decode() dies unnecessarily

2015-09-12 Thread Dominic Hargreaves
On Sat, Sep 12, 2015 at 01:40:29AM +0200, Damian Lukowski wrote: > The Encode::Unicode documentation states the following: > > When BE or LE is omitted during decode(), it checks if BOM is at the > beginning of the string; if one is found, the endianness is set to what > the BOM says. If no BOM

Bug#798727: Encode::Unicode decode() dies unnecessarily

2015-09-11 Thread Damian Lukowski
Package: perl Version: 5.20.2-2 The Encode::Unicode documentation states the following: When BE or LE is omitted during decode(), it checks if BOM is at the beginning of the string; if one is found, the endianness is set to what the BOM says. If no BOM is found, the routine dies. To reproduce: