Skip Menu |

This queue is for tickets about the Encode CPAN distribution.

Report information
The Basics
Id: 87831
Status: resolved
Priority: 0/
Queue: Encode

People
Owner: Nobody in particular
Requestors: rjbs [...] cpan.org
Cc:
AdminCc:

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



Subject: encoding "0" with MIME-Headers gets a blank string
perl -MEncode=encode -le 'print encode("MIME-Header", $_) for (0, 1)' Emits "\n1\n" Should emit "0\n1\n" -- rjbs
Thanks, fixed in github repo. VERSION++ to follow. https://github.com/dankogai/p5-encode/commit/3b763bc7d255535cee70835594de2d261a04f660 Dan the Maintainer Thereof On Tue Aug 13 17:49:55 2013, RJBS wrote: Show quoted text
> perl -MEncode=encode -le 'print encode("MIME-Header", $_) for (0, 1)' > > Emits "\n1\n" > > Should emit "0\n1\n"