2012-06-02 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.009.2.
* Fix: detect_7bit_charset(): if charset was unknown, returns undef
instead of "US-ASCII".
* COPYING: Updated the address of FSF.
2011-06-09 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.009.1.
* Chg: Workaround for aliasing on TIS-620 that is treated as
ISO-8859-11 by Encode.
And added WINDOWS-874 as EXTENDED map of TIS-620.
* Imp: Result of _find_encoder() will be cached.
* Imp/Chg: 'S' encoding will be resolved numerically, without comparing
actually encoded lengths.
* Added informations for WINDOWS-125[03-8].
* Added some cases to test #4.
2011-06-08 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.009 - withdrawn.
2011-05-28 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.008.2.
* Bug Fix: Body transfer-encoding profile "S" did not work properly,
and profile for UTF-8 was NOT really updated.
2011-02-19 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.008.1.
* Chg: Workaround for CPAN RT #65796: Deep recursion error finding
invalid charset. Limit length of charset name upto 75.
* Imp: Supports Unicode/multibyte on Perl 5.7.3 (experimental).
* Perl 5.7.3 & 5.8.3:
avoid ``Useless use of a constant in void context'' warnings.
* Doc: small fixes.
2009-10-19 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.008.
* Imp: support for iso-8859-6-[ei], iso-8859-8-[ei]. cf. report by
Hanne Moa on Sympa bug #6385 at <http://sourcesup.cru.fr/>.
* Imp: support for iso-8859-16.
* Imp: Allow body transfer-encoding profile "S".
* Chg: Default body transfer-encoding for UTF-8 from "B" to "S".
* Doc: Some fixes. New section "Incompatible changes".
* Fix: META.yml: optional_features is not hashref but arrayref.
Thanks SREZIC@CPAN.
2009-06-16 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.007.1.
* Changes:
- eucJP-ascii and its 7-bit counterpart was chosen instead of
eucJP-ms, as latter will occasionally break standardized mappings.
Shift-encoding counterpart hasn't been implemented yet.
* Fix: Skip all pod tests on pre-UTF8 Perl.
2009-05-17 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.007 - not really released.
2009-05-12 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.007_02.
* Charset/CP932.pm: Supports extended mappings for
ISO-2022-JP/EUC-JP by those of eucJP-ms, as CP51932 mungles
accented latin characters and ISO-2022-JP-1 does not support
NEC/IBM extended mappings.
2009-05-11 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.007_01.
* Supports Perl 5.8.0.
* New function: detect_7bit_charset().
* Bundle inc::Module::Install.
* Corrected META.yml & PODs. Removed duplicated docs.
2008-04-17 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.006.2 - bug fixes only; no new features.
* Bug Fix: Perl >= 5.8.1: CPAN RT #34909: Test failures.
* Bug Fix: Perl >= 5.10.0: CPAN RT #35070: HZ words are
encoded as US-ASCII; added workaround for CPAN RT #35120.
* Fix: Perl 5.11.0: Suppress ``Use of uninitialized value
within @_ in uc'' warnings.
* JA_JP.pod: Clarify distinction between ``符号化'' (on
charset) and ``エンコード'' (on encoding).
2008-04-12 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.006.
* Workarounds for ``US-ASCII transformation'' charsets
i.e. HZ-GB-2312 (RFC1842) and UTF-7 (RFC 2152).
* Added tests.
2008-04-07 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.005.
* _enclen_Q(): Restrict characters in encoded-word
according to RFC 2047 section 5 (3).
* New method dup().
* body_encode() / header_encode(): Fix determination of
US-ASCII: Works on pre-Encode environments.
2008-03-30 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.004.
* Added ESTI GSM 03.38 which won't be used for MIME
messages (experimental).
* _Compat.pm: resolve_alias(): real aliasing taken from
Encode module.
* Numeric values are allowed for ``Replacement'' options.
* Added tests for aliases (some MIME preferred names only).
* Bug Fix: Perl <=5.005: our is ``withdrawn''.
2008-03-20 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.002.
* New method undecode().
* encoder(): added argument to set instance.
* Cleanup PODs.
2008-03-15 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.001.
* Bug fix: Detect7bit options have no effect by OO method
(1.000).
* Change: now new() returns an object when CHARSET is not
specified.
* New methods: as_string(), decode(), decoder(), encode()
and encoder().
* New feature: "Mapping" option to choose extended
mappings or strict ones. Default is "EXTENDED", while
as of 1.000, only "STANDARD" mappings are available.
* New feature: configuration file to override module
defaults. See "Configuration File" section.
2008-03-04 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.000.
* Added OOP methods (non-OOP functions may be deprecated
in near future).
2006-12-08 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 0.044.
* Fix on 'UTF-8-STRICT', new canonical name of 'UTF-8' by
Encode module (approximately 2.14).
2006-11-16 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 0.043.
* No changes on codes.
* Change of Charset-ja_JP.pod (former Charset/ja_JP.pod).
* Charset.pm: Added information of development version.
2006-10-22 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 0.042.
* Added ja_JP pod.
2006-10-17 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 0.04.1
* Bug fix: Handle wide characters exactly.
2006-10-13 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 0.04.
* Supports Perl 5.005 or later.
Unicode/multibyte handling will be enabled on Perl 5.8.1 or later.
USE_ENCODE flag was introduced.
* decode_mimewords(): Added 'Charset' option.
2006-10-09 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 0.03.
* New function: encoded_header_len.
* body_encode()/header_encode(): fallback to US-ASCII if possible.
* Documentation: definitions of ``charset'' & ``encoding''.
* Typos on Encode::FB_*.
* More test cases.
2006-10-07 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 0.02.
* Fix exports.
* Typo on GPL version.
* Added synopsis.
* Other typos.
2006-10-06 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 0.01. Initial CPAN upload.