Mailing List Archive

[Encode] 3.09 released!
Porters,

Just VERSION++’ed Encode to 3.09. This only change is that 'Unicode' is no longer a valid encoding name (on all platforms except UTF-EBCDIC). 'Unicode' has never been an *encoding* name but it was defined as an alias to either 'UTF_EBCDIC' or 'Internal', depending on the platform (in the latter case it simply utf8::upgrade's). The code existed before Encode 1.00 but it was never challenged before:

https://github.com/dankogai/p5-encode/issues/157

I kept UTF_EBCDIC part unchanged because I know too little of the platform but for the rest of the platforms 'Unicode' is no longer a valid encoding because it is simply not.

=head1 Availability

* git clone git://github.com/dankogai/p5-encode.git
* https://www.dan.co.jp/~dankogai/cpan/Encode-3.09.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.09.tar.gz
Number of files: 224
*.pm files: 26
README: Encode-3.09/README
META-File: Encode-3.09/META.json
META-Parser: Parse::CPAN::Meta 1.4414
META-driven index: no
Timestamp of file: Fri May 14 11:03:11 2021 UTC
Time of this run: Fri May 14 11:06:15 2021 UTC

=head1 Changes

$Revision: 3.09 $ $Date: 2021/05/14 10:44:18 $
! Encode.pm
Addressed: find_encoding returns Internal encoding
`Unicode` is no longer a valid encoding name.
https://github.com/dankogai/p5-encode/issues/157

=head1 AUTHOR

Dan the Encode Maintainer
Re: [Encode] 3.09 released! [ In reply to ]
thank you very much.

2021?5?14?(?) 20:23 Dan Kogai <dankogai@dan.co.jp>:

> Porters,
>
> Just VERSION++’ed Encode to 3.09. This only change is that 'Unicode' is
> no longer a valid encoding name (on all platforms except UTF-EBCDIC).
> 'Unicode' has never been an *encoding* name but it was defined as an alias
> to either 'UTF_EBCDIC' or 'Internal', depending on the platform (in the
> latter case it simply utf8::upgrade's). The code existed before Encode
> 1.00 but it was never challenged before:
>
> https://github.com/dankogai/p5-encode/issues/157
>
> I kept UTF_EBCDIC part unchanged because I know too little of the platform
> but for the rest of the platforms 'Unicode' is no longer a valid encoding
> because it is simply not.
>
> =head1 Availability
>
> * git clone git://github.com/dankogai/p5-encode.git
> * https://www.dan.co.jp/~dankogai/cpan/Encode-3.09.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.09.tar.gz
> Number of files: 224
> *.pm files: 26
> README: Encode-3.09/README
> META-File: Encode-3.09/META.json
> META-Parser: Parse::CPAN::Meta 1.4414
> META-driven index: no
> Timestamp of file: Fri May 14 11:03:11 2021 UTC
> Time of this run: Fri May 14 11:06:15 2021 UTC
>
> =head1 Changes
>
> $Revision: 3.09 $ $Date: 2021/05/14 10:44:18 $
> ! Encode.pm
> Addressed: find_encoding returns Internal encoding
> `Unicode` is no longer a valid encoding name.
> https://github.com/dankogai/p5-encode/issues/157
>
> =head1 AUTHOR
>
> Dan the Encode Maintainer
>
>
>