ingydotnet / io-all-pm

All in One Perl IO
http://search.cpan.org/dist/IO-All/
38 stars 20 forks source link

fixes ingydotnet/io-all-pm#93 and ingydotnet/io-all-pm#95 #97

Closed sesc closed 8 years ago

sesc commented 8 years ago

IO::All::Dir: Return utf8-encoded filenames in '-utf8' mode. IO::All::File: Correctly encode contents of array-tied file in '-utf8' or other encoding mode.

sesc commented 8 years ago

I am closing this request now and re-opening the old one plus creating a new one for the tied-file issue #93:

I have both understood the reason for my pull request problem (I had forgotten to create a new branch for each issue/request) and found a cleaner approach for #93.