On 26/04/14 16:11, John Hughes wrote:

Maybe something like

    if (utf8::is_utf8($data)) {
        eval {
            utf8::downgrade ($data);
        };
        croak "content not bytes" if $@;
    }


That's ridiculously over the top.

We could just unconditionaly call "utf8::downgrade ($data);"


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to