--- perl/lib/Encode/ChangeLog 2002/09/20 14:01:45 1.6 +++ perl/lib/Encode/ChangeLog 2002/12/18 10:21:09 1.16 @@ -1,3 +1,76 @@ +2002-12-18 Wakaba + + * Charset.pm (fallback_escape): $option{fallback_from_ucs} is supported. + An argument is added (in order to do Encode::Charset->fallback_escape). + * ISO2022.pm (internal_to_iso2022): Use Encode::Charset->fallback_escape. + * SJIS.pm (internal_to_sjis): Likewise. + (page_to_internal, _internal_to_page): New. + +2002-12-17 Wakaba + + * SJIS.pm (sjis_to_internal, internal_to_sjis): 256^2 charset is supported + for G3 set. + +2002-12-16 Wakaba + + * SJIS.pm (sjis, sjis-ascii, shift_jisx0213, shift_jisx0213-ascii): Removed. + (Moved to Encode::SJIS::JIS.) + +2002-12-15 Nanashi-san + + * SJIS.pm (internal_to_shiftjis): Don't output invalid sequence + from unmappable plane 2 code positions. + +2002-12-14 Wakaba + + * Charset.pm (%FallbackFromUCS): New hash. + (fallback_escape): New function. + ($C->{option}->{fallback_from_ucs}): New option parameter. + * ISO2022.pm (internal_to_iso2022): Fallback support. + +2002-12-12 Wakaba + + * MNEM/, Restore/: New directories. + +2002-10-16 Nanashi-san + + * Charset/: New directory. + * Charset.pm ($C->{option}->{final_to_set}): New option. + (Committed by Wakaba .) + +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: @@ -11,7 +84,7 @@ - ($C->{option}->{designate_to}->{coding_system}): New option property object. - ($C->{coding_system}): New property. - - (%CODING_SYSTEM): New hash. (Alias to Encode::Charset's one.) + - (%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.