| 1 |
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 |
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 |
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 |
2002-12-12 Wakaba <w@suika.fam.cx> |
| 32 |
|
| 33 |
* MNEM/, Restore/: New directories. |
| 34 |
|
| 35 |
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 |
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 |
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 |
2002-10-05 Nanashi-san |
| 53 |
|
| 54 |
* Table.pm: New module. |
| 55 |
(Commited by Wakaba <w@suika.fam.cx>.) |
| 56 |
|
| 57 |
2002-09-22 Wakaba <w@suika.fam.cx> |
| 58 |
|
| 59 |
* ISO2022.pm (_internal_to_iso2022): Allow SP as the |
| 60 |
replacement character. |
| 61 |
|
| 62 |
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 |
- Regist 'iso/iec2022' as encoding name. |
| 69 |
* Charset.pm: |
| 70 |
- (new_object): Moved from Encode::ISO2022. |
| 71 |
- (make_initial_coding_system): Define 'Csjis' coding system. |
| 72 |
* EUCFixed.pm (pod:ENCODINGS): New section. |
| 73 |
|
| 74 |
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 |
- (%CODING_SYSTEM): New hash. (Alias of Encode::Charset's one.) |
| 88 |
* 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 |
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 |
- (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 |
|
| 114 |
2002-09-15 Wakaba <w@suika.fam.cx> |
| 115 |
|
| 116 |
* ISO2022.pm: New module. |
| 117 |
|
| 118 |
2002-08-04 Wakaba <w@suika.fam.cx> |
| 119 |
|
| 120 |
* EUCFixed.pm: New module. |
| 121 |
|
| 122 |
2002-07-24 Wakaba <w@suika.fam.cx> |
| 123 |
|
| 124 |
* HZ.pm: New module. |
| 125 |
* ChangeLog: New file. |