--- perl/lib/Encode/ChangeLog 2002/09/15 04:15:51 1.3 +++ perl/lib/Encode/ChangeLog 2002/10/14 06:58:35 1.11 @@ -1,3 +1,76 @@ +2002-10-14 Nanashi-san + + * ISO2022.pm, SJIS.pm: Bug fix of utf8 flag control. + (Committed by Wakaba .) + +2002-10-12 Nanashi-san + + * SJIS.pm: New module. + * SJIS/: New directory. + (Commited by Wakaba ) + +2002-10-05 Nanashi-san + + * Table.pm: New module. + (Commited by Wakaba .) + +2002-09-22 Wakaba + + * ISO2022.pm (_internal_to_iso2022): Allow SP as the + replacement character. + +2002-09-21 Wakaba + + * ISO2022.pm: + - More DOCS support. + - (new_object): Redefined as alias of Encode::Charset's. + - (pod:ENCODINGS): New section. + - Regist 'iso/iec2022' as encoding name. + * Charset.pm: + - (new_object): Moved from Encode::ISO2022. + - (make_initial_coding_system): Define 'Csjis' coding system. + * EUCFixed.pm (pod:ENCODINGS): New section. + +2002-09-20 Wakaba + + * ISO2022.pm: + - (iso2022_to_internal): New function. + - (_iso2022_to_internal): Renamed from iso2022_to_internal. + - (iso2022_to_internal): Experimental support of DOCS. + - (internal_to_iso2022): Output in UCS coding systems + if the character is unable to be encoded in ISO/IEC 2022 + coded character sets. + - (_i2o): New procedure. + - ($C->{option}->{designate_to}->{coding_system}): New option + property object. + - ($C->{coding_system}): New property. + - (%CODING_SYSTEM): New hash. (Alias of Encode::Charset's one.) + * Charset.pm (make_initial_coding_system): Set 'reset_state' + property with 1 value to coding systems of DOCS with 02/14 I byte. + +2002-09-19 Wakaba + + * ISO2022.pm: + - (make_initial_charset, make_charset): Removed. + - (%CHARSET): Redefined as an alias of Encode::Charset's. + * Charset.pm: New module. Charset definitions are + moved from ISO2022.pm. + +2002-09-16 Wakaba + + * ISO2022.pm: + - (iso2022_to_internal): Invoke G1,G2,G3 by locking + shifts of ESC Fs style. + - (make_initial_charset): Create charset definition + of 94^2 DRCSes. + - (undef_char): New option. + - (pod:TODO): New section. + * HZ.pm: + - (__hz_encoding_name): New function. + - (Encode::HZ): Added new alias names. + - (Encode::HZ::HZ165): New package. + - (pod:ENCODINGS): New section. + 2002-09-15 Wakaba * ISO2022.pm: New module.