/[suikacvs]/messaging/manakai/lib/Message/MIME/Charset.pm
Suika

Log of /messaging/manakai/lib/Message/MIME/Charset.pm

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Aug 18 06:22:36 2002 UTC (22 years, 3 months ago) by wakaba
Branch: MAIN
CVS Tags: msg-0-1
Branch point for: stable
Changes since 1.16: +5 -52 lines
Diff to previous 1.16
2002-08-18  Wakaba <w@suika.fam.cx>

	* Charset.pm (_name_utf16be, _name_utf32be): Removed.
	(Moved to Message::MIME::Charset::MinName)


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Jul 27 00:39:54 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.15: +3 -2 lines
Diff to previous 1.15
2002-07-26  Wakaba <w@suika.fam.cx>

	* Entity.pm:
	- (fill_missing_fields): New option.
	- (fill_source, fill_destination): New options.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Jul 26 12:42:00 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.14: +3 -2 lines
Diff to previous 1.14
2002-07-25  Wakaba <w@suika.fam.cx>

	* Tool.pm: New module.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Jul 22 07:48:01 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.13: +59 -3 lines
Diff to previous 1.13
2002-07-22  Wakaba <w@suika.fam.cx>

	* Charset.pm:
	- (encode, decode): Reformed.  Return a hash as second or
	greter'th element of returned array.  (Now only 'success'
	key is used.)
	- (_utf8_on, _utf8_off): New procedures.
	- (%_IsMimeText): New hash.
	- (is_mime_text): New function.
	* EncodedWord.pm (_decode_eword): Fix for new 
	Message::MIME::Charset::decode.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Jul 22 02:48:55 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.12: +47 -8 lines
Diff to previous 1.12
2002-07-22  Wakaba <w@suika.fam.cx>

	* Charset.pm:
	- (encode, decode): Reformed.  Return a hash as second or
	greter'th element of returned array.  (Now only 'success'
	key is used.)
	* EncodedWord.pm (_decode_eword): Fix for new 
	Message::MIME::Charset::decode.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Jul 21 03:25:23 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.11: +13 -3 lines
Diff to previous 1.11
2002-07-20  Wakaba <w@suika.fam.cx>

	* Charset.pm (msname2iananame): New function.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Jul 19 11:49:46 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.10: +17 -17 lines
Diff to previous 1.10
2002-07-13  Wakaba <w@suika.fam.cx>

	* Util.pm:
	- (get_host_fqdn): New function.
	- (%OPTION): New hash.
	* Entity.pm (stringify): Pass 'format' option
	to the body (when stringify'ing it) with
	-parent_format option, instead of -format option.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Jul 17 00:33:29 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.9: +7 -2 lines
Diff to previous 1.9
2002-07-13  Wakaba <w@suika.fam.cx>

	* Util.pm:
	- (get_host_fqdn): New function.
	- (%OPTION): New hash.
	* Entity.pm (stringify): Pass 'format' option
	to the body (when stringify'ing it) with
	-parent_format option, instead of -format option.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Jun 23 12:16:10 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.8: +298 -22 lines
Diff to previous 1.8
2002-06-23  Wakaba <w@suika.fam.cx>

	* Charset.pm
	- New name_minimumizers. (Some are moved from 
	Message::MIME::Charset::Jcode.)
	- (%_MINIMUMIZER): New internal hash.
	- Use internal name-minimumizer (with %_MINIMUMIZER)
	if minimumizer is not defined in charset's definition.
	* EncodedWord.pm (decode_ccontent): Order of arguments
	is changed.
	* MediaType.pm: Typo fix.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Jun 16 10:45:54 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.7: +32 -19 lines
Diff to previous 1.7
2002-06-16  wakaba <w@suika.fam.cx>

	* Header.pm (_n11n_field_name): Check namespace definition's
	case_sensible option.
	* Entity.pm (_add_ua): Removed.  (Moved to Message::Field::UA.)


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Jun 11 12:59:27 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.6: +8 -2 lines
Diff to previous 1.6
2002-06-11  wakaba <w@suika.fam.cx>

	* Charset.pm (US-ASCII name-minimumizer): Returns "unknown-8bit"
	when 8bit octets are included.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Jun 9 11:13:14 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +26 -7 lines
Diff to previous 1.5
2002-06-09  wakaba <w@suika.fam.cx>

	* Charset.pm:
	- Support of 'name_minimumizer' property of charset object.
	- (name_minimumize): New function.
	* Encoding.pm (encode_qp): Don't encode inner WSPs within
	tailing WSPs.
	* MediaType.pm: Support of some new media types
	and their parameters.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Jun 1 05:37:18 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +8 -4 lines
Diff to previous 1.4
2002-06-01  wakaba <w@suika.fam.cx>

	* Charset.pm:
	- (encode): Returns minimum charset name if possible.
	- (definition of iso-2022-int-1, us-ascii): mime_text = 1.
	* Encoding.pm (decide_coderange): Returns 'binary'
	when there are lines consist of more than 998 octets.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu May 30 12:51:05 2002 UTC (22 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +72 -34 lines
Diff to previous 1.3
2002-05-30  wakaba <w@suika.fam.cx>

	* Charset.pm:
	- (%ENCODER, %DECODER, %N11NTABLE): Removed.
	- (%CHARSET): New hash.
	- (make_charset): New function.
	* Encoding.pm:
	- (decide_coderange): Checks media-type.
	- (uuencode): Typo fix.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue May 14 13:50:11 2002 UTC (22 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +4 -2 lines
Diff to previous 1.2
2002-05-14  wakaba <w@suika.fam.cx>

	* Entity.pm (pod:uri-url-mailto-*): New list-items.
	(stringify): Output mailto: URL when format =~ url-mailto.
	* Header.pm (stringify): Ditto.
	* Util.pm: Bugs are fixed.
	(remove_meaningless_wsp): New function.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Apr 19 12:00:36 2002 UTC (22 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1
2002-04-05  wakaba <w@suika.fam.cx>

	* Util.pm: Add some functions from Message::Field::Structured.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Mar 25 10:17:04 2002 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
2002-03-25  wakaba <w@suika.fam.cx>

	* Charset.pm, EncodedWord.pm: New modules.
	* ChangeLog: New file.


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