Skip to content

How to set encoding utf8 layer? #48

@vitalysennikov

Description

@vitalysennikov

This code don't work for me:

$fh = IO::Uncompress::Gunzip->new($fname);
$fh->binmode(":encoding(utf8)");

The same code for IO::File works fine. What I have to do, that this work for IO::Uncompress::Gunzip?
Now I am forced to utf8::decode() the read data. Can you help me please?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions