/[suikacvs]/perl/lib/Encode/ISO2022.pm
Suika

Log of /perl/lib/Encode/ISO2022.pm

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Dec 18 12:57:40 2002 UTC (21 years, 5 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +11 -9 lines
Diff to previous 1.14
Pictogram charsets support


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Dec 18 10:21:09 2002 UTC (21 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13
*** empty log message ***


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Dec 16 10:25:01 2002 UTC (21 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
*** empty log message ***


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Dec 14 11:02:25 2002 UTC (21 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.11: +41 -19 lines
Diff to previous 1.11
Fallback support


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Dec 12 08:17:16 2002 UTC (21 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.10: +2 -3 lines
Diff to previous 1.10
]


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Oct 16 10:39:35 2002 UTC (21 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.9: +50 -46 lines
Diff to previous 1.9
2002-10-16  Nanashi-san

	* Charset/: New directory.
	* Charset.pm ($C->{option}->{final_to_set}): New option.
	(Committed by Wakaba <w@suika.fam.cx>.)


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Oct 14 06:58:35 2002 UTC (21 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.8: +32 -29 lines
Diff to previous 1.8
2002-10-14  Nanashi-san

	* ISO2022.pm, SJIS.pm: Bug fix of utf8 flag control.
	(Committed by Wakaba <w@suika.fam.cx>.)


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Oct 12 11:03:00 2002 UTC (21 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.7: +11 -11 lines
Diff to previous 1.7
2002-10-12  Nanashi-san

	* SJIS.pm: New module.
	* SJIS/: New directory.
	(Commited by Wakaba <w@suika.fam.cx>)


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Sep 22 11:09:38 2002 UTC (21 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.6: +11 -7 lines
Diff to previous 1.6
2002-09-22  Wakaba <w@suika.fam.cx>

	* ISO2022.pm (_internal_to_iso2022): Allow SP as a
	replacement character.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Sep 21 01:34:08 2002 UTC (21 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +63 -92 lines
Diff to previous 1.5
2002-09-21  Wakaba <w@suika.fam.cx>

	* ISO2022.pm:
	- More DOCS support.
	- (new_object): Redefined as alias of Encode::Charset's.
	- (pod:ENCODINGS): New section.
	- Regists 'iso/iec2022' as encoding name.
	* Charset.pm:
	- (new_object): Moved from Encode::ISO2022.
	- (make_initial_coding_system): Define 'Csjis' coding system.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Sep 20 14:01:45 2002 UTC (21 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +139 -165 lines
Diff to previous 1.4
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.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Sep 16 06:35:16 2002 UTC (21 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +57 -4 lines
Diff to previous 1.3
2002-09-16  Wakaba <w@suika.fam.cx>

	* ISO2022.pm:
	- (iso2022_to_internal): Invoke G1,G2,G3 by locking
	shifts of ESC Fs style.
	- (make_initial_charset): Create charset definition
	of 94^2 DRCSes.
	- (undef_char): New option.
	- (pod:TODO): New section.
	* HZ.pm:
	- (__hz_encoding_name): New function.
	- (Encode::HZ): Added new alias names.
	- (Encode::HZ::HZ165): New package.
	- (pod:ENCODINGS): New section.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Sep 16 02:20:18 2002 UTC (21 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +22 -13 lines
Diff to previous 1.2
2002-09-16  Wakaba <w@suika.fam.cx>

	* ISO2022.pm:
	- (iso2022_to_internal): Invoke G1,G2,G3 by locking
	shifts of ESC Fs style.
	- (make_initial_charset): Create charset definition
	of 94^2 DRCSes.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Sep 15 05:08:13 2002 UTC (21 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1
2002-09-15  Wakaba <w@suika.fam.cx>

	* ISO2022.pm: New module.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Sep 15 04:15:51 2002 UTC (21 years, 8 months ago) by wakaba
Branch: MAIN
2002-09-15  Wakaba <w@suika.fam.cx>

	* ISO2022.pm: New module.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24