Parent Directory
|
Revision Log
*** empty log message ***
| 1 | 2002-12-18 Wakaba <[email protected]> |
| 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 <[email protected]> |
| 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 <[email protected]> |
| 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 <[email protected]> |
| 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 <[email protected]> |
| 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 <[email protected]> |
| 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 <[email protected]>.) |
| 40 | |
| 41 | 2002-10-14 Nanashi-san |
| 42 | |
| 43 | * ISO2022.pm, SJIS.pm: Bug fix of utf8 flag control. |
| 44 | (Committed by Wakaba <[email protected]>.) |
| 45 | |
| 46 | 2002-10-12 Nanashi-san |
| 47 | |
| 48 | * SJIS.pm: New module. |
| 49 | * SJIS/: New directory. |
| 50 | (Commited by Wakaba <[email protected]>) |
| 51 | |
| 52 | 2002-10-05 Nanashi-san |
| 53 | |
| 54 | * Table.pm: New module. |
| 55 | (Commited by Wakaba <[email protected]>.) |
| 56 | |
| 57 | 2002-09-22 Wakaba <[email protected]> |
| 58 | |
| 59 | * ISO2022.pm (_internal_to_iso2022): Allow SP as the |
| 60 | replacement character. |
| 61 | |
| 62 | 2002-09-21 Wakaba <[email protected]> |
| 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 <[email protected]> |
| 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 |