/[suikacvs]/test/oldencodeutils/lib/Encode/ChangeLog
Suika

Contents of /test/oldencodeutils/lib/Encode/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (hide annotations) (download)
Fri Sep 20 14:01:45 2002 UTC (23 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +25 -0 lines
2002-09-20  Wakaba <w@suika.fam.cx>

	* 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 to 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.

1 wakaba 1.6 2002-09-20 Wakaba <[email protected]>
2    
3     * ISO2022.pm:
4     - (iso2022_to_internal): New function.
5     - (_iso2022_to_internal): Renamed from iso2022_to_internal.
6     - (iso2022_to_internal): Experimental support of DOCS.
7     - (internal_to_iso2022): Output in UCS coding systems
8     if the character is unable to be encoded in ISO/IEC 2022
9     coded character sets.
10     - (_i2o): New procedure.
11     - ($C->{option}->{designate_to}->{coding_system}): New option
12     property object.
13     - ($C->{coding_system}): New property.
14     - (%CODING_SYSTEM): New hash. (Alias to Encode::Charset's one.)
15     * Charset.pm (make_initial_coding_system): Set 'reset_state'
16     property with 1 value to coding systems of DOCS with 02/14 I byte.
17    
18