/[suikacvs]/perl/lib/Encode/ChangeLog
Suika

Contents of /perl/lib/Encode/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.16 - (hide annotations) (download)
Wed Dec 18 10:21:09 2002 UTC (21 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +13 -0 lines
*** empty log message ***

1 wakaba 1.16 2002-12-18 Wakaba <w@suika.fam.cx>
2    
3     * Charset.pm (fallback_escape): $option{fallback_from_ucs} is supported.
4     An argument is added (in order to do Encode::Charset->fallback_escape).
5     * ISO2022.pm (internal_to_iso2022): Use Encode::Charset->fallback_escape.
6     * SJIS.pm (internal_to_sjis): Likewise.
7     (page_to_internal, _internal_to_page): New.
8    
9     2002-12-17 Wakaba <w@suika.fam.cx>
10    
11     * SJIS.pm (sjis_to_internal, internal_to_sjis): 256^2 charset is supported
12     for G3 set.
13    
14 wakaba 1.15 2002-12-16 Wakaba <w@suika.fam.cx>
15    
16     * SJIS.pm (sjis, sjis-ascii, shift_jisx0213, shift_jisx0213-ascii): Removed.
17     (Moved to Encode::SJIS::JIS.)
18    
19     2002-12-15 Nanashi-san <nanashi-san@nanashi.invalid>
20    
21     * SJIS.pm (internal_to_shiftjis): Don't output invalid sequence
22     from unmappable plane 2 code positions.
23    
24 wakaba 1.14 2002-12-14 Wakaba <w@suika.fam.cx>
25    
26     * Charset.pm (%FallbackFromUCS): New hash.
27     (fallback_escape): New function.
28     ($C->{option}->{fallback_from_ucs}): New option parameter.
29     * ISO2022.pm (internal_to_iso2022): Fallback support.
30    
31 wakaba 1.13 2002-12-12 Wakaba <w@suika.fam.cx>
32    
33     * MNEM/, Restore/: New directories.
34    
35 wakaba 1.12 2002-10-16 Nanashi-san
36    
37     * Charset/: New directory.
38     * Charset.pm ($C->{option}->{final_to_set}): New option.
39     (Committed by Wakaba <w@suika.fam.cx>.)
40    
41 wakaba 1.11 2002-10-14 Nanashi-san
42    
43     * ISO2022.pm, SJIS.pm: Bug fix of utf8 flag control.
44     (Committed by Wakaba <w@suika.fam.cx>.)
45    
46 wakaba 1.10 2002-10-12 Nanashi-san
47    
48     * SJIS.pm: New module.
49     * SJIS/: New directory.
50     (Commited by Wakaba <w@suika.fam.cx>)
51    
52 wakaba 1.9 2002-10-05 Nanashi-san
53    
54     * Table.pm: New module.
55     (Commited by Wakaba <w@suika.fam.cx>.)
56    
57 wakaba 1.8 2002-09-22 Wakaba <w@suika.fam.cx>
58    
59 wakaba 1.9 * ISO2022.pm (_internal_to_iso2022): Allow SP as the
60 wakaba 1.8 replacement character.
61    
62 wakaba 1.7 2002-09-21 Wakaba <w@suika.fam.cx>
63    
64     * ISO2022.pm:
65     - More DOCS support.
66     - (new_object): Redefined as alias of Encode::Charset's.
67     - (pod:ENCODINGS): New section.
68 wakaba 1.8 - Regist 'iso/iec2022' as encoding name.
69 wakaba 1.7 * Charset.pm:
70     - (new_object): Moved from Encode::ISO2022.
71     - (make_initial_coding_system): Define 'Csjis' coding system.
72 wakaba 1.8 * EUCFixed.pm (pod:ENCODINGS): New section.
73 wakaba 1.7
74 wakaba 1.6 2002-09-20 Wakaba <w@suika.fam.cx>
75    
76     * ISO2022.pm:
77     - (iso2022_to_internal): New function.
78     - (_iso2022_to_internal): Renamed from iso2022_to_internal.
79     - (iso2022_to_internal): Experimental support of DOCS.
80     - (internal_to_iso2022): Output in UCS coding systems
81     if the character is unable to be encoded in ISO/IEC 2022
82     coded character sets.
83     - (_i2o): New procedure.
84     - ($C->{option}->{designate_to}->{coding_system}): New option
85     property object.
86     - ($C->{coding_system}): New property.
87 wakaba 1.7 - (%CODING_SYSTEM): New hash. (Alias of Encode::Charset's one.)
88 wakaba 1.6 * Charset.pm (make_initial_coding_system): Set 'reset_state'
89     property with 1 value to coding systems of DOCS with 02/14 I byte.
90    
91     2002-09-19 Wakaba <w@suika.fam.cx>
92    
93     * ISO2022.pm:
94     - (make_initial_charset, make_charset): Removed.
95     - (%CHARSET): Redefined as an alias of Encode::Charset's.
96     * Charset.pm: New module. Charset definitions are
97     moved from ISO2022.pm.
98    
99 wakaba 1.4 2002-09-16 Wakaba <w@suika.fam.cx>
100    
101     * ISO2022.pm:
102     - (iso2022_to_internal): Invoke G1,G2,G3 by locking
103     shifts of ESC Fs style.
104     - (make_initial_charset): Create charset definition
105     of 94^2 DRCSes.
106 wakaba 1.5 - (undef_char): New option.
107     - (pod:TODO): New section.
108     * HZ.pm:
109     - (__hz_encoding_name): New function.
110     - (Encode::HZ): Added new alias names.
111     - (Encode::HZ::HZ165): New package.
112     - (pod:ENCODINGS): New section.
113 wakaba 1.4
114 wakaba 1.3 2002-09-15 Wakaba <w@suika.fam.cx>
115    
116     * ISO2022.pm: New module.
117    
118 wakaba 1.2 2002-08-04 Wakaba <w@suika.fam.cx>
119    
120     * EUCFixed.pm: New module.
121    
122 wakaba 1.1 2002-07-24 Wakaba <w@suika.fam.cx>
123    
124     * HZ.pm: New module.
125     * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24