develooper Front page | perl.perl5.porters | Postings from October 2016

Encode MIME-Header changes

Thread Next
From:
pali
Date:
October 10, 2016 18:47
Subject:
Encode MIME-Header changes
Message ID:
201610101933.03075@pali
Hi!

I prepared changes to Encode MIME-Header module. Can somebody look at 
changes? Whole diff (with all commits) is available here:

https://github.com/dankogai/p5-encode/compare/master...pali:master

Changes are:
* usage of strict UTF-8 (instead perl's extended utf8)
* incorrect UTF-8 sequences are replaced by Unicode replacement char
* support for CHECK flags
* no croak on invalid input string when called with FB_DEFAULT
* extended (unit) tests
* fixes for small bugs
* new function Encode::find_mime_encoding()
* rewritten POD documentation
* fixes bug https://rt.cpan.org/Public/Bug/Display.html?id=114034

Also I would like to hear if my changes to POD documentation are OK...

Encode module is part of core perl, so per request from #p5p channel I'm 
sending this email.

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About