--- perl/lib/Encode/ChangeLog 2002/09/21 01:34:08 1.7 +++ perl/lib/Encode/ChangeLog 2002/10/04 23:58:04 1.9 @@ -1,13 +1,24 @@ +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. - - Regists 'iso/iec2022' as encoding name. + - 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