Mailing List Archive

[Encode] 3.11 released!
Porters,

Just VERSION++'ed Encode to 3.11. The biggest change is that UTF-16 decode always includes a trailing NUL.

https://github.com/dankogai/p5-encode/issues/159
https://github.com/dankogai/p5-encode/pull/160

=head1 Availability

* git clone git://github.com/dankogai/p5-encode.git
* https://www.dan.co.jp/~dankogai/cpan/Encode-3.11.tar.gz
* CPAN near you.

Travis is all green.

* https://travis-ci.org/dankogai/p5-encode

=head1 CPAN index

User: DANKOGAI ()
Distribution file: Encode-3.11.tar.gz
Number of files: 225
*.pm files: 26
README: Encode-3.11/README
META-File: Encode-3.11/META.json
META-Parser: Parse::CPAN::Meta 1.4414
META-driven index: no
Timestamp of file: Fri Jul 23 02:41:38 2021 UTC
Time of this run: Fri Jul 23 02:44:41 2021 UTC

=head1 Changes

$Revision: 3.11 $ $Date: 2021/07/23 02:26:54 $
! Unicode/Unicode.xs
+ t/Unicode_trailing_nul.t
Pulled: Ensure that UTF-16 decode always includes a trailing NUL.
https://github.com/dankogai/p5-encode/pull/160
! Unicode/Unicode.pm t/Unicode.t
Pullled: Fix links
https://github.com/dankogai/p5-encode/pull/158
! lib/Encode/GSM0338.pm
Address RT#136586
Just applied perltidy and 'make ci'
https://rt.cpan.org/Ticket/Display.html?id=136586

=head1 AUTHOR

Dan the Encode Maintainer
Re: [Encode] 3.11 released! [ In reply to ]
2021-7-23 11:47 Dan Kogai <dankogai@dan.co.jp> wrote:

>
> Just VERSION++'ed Encode to 3.11.
>

Dan san

Thank you for the new release of Encode.pm!