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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Dec 28 09:07:05 2002 UTC (23 years, 7 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD, before-dis2-200411, manakai-200612, manakai-release-0-3-1, manakai-release-0-3-2, manakai-release-0-4-0
Branch point for: branch-suikawiki-1, experimental-xml-parser-200401
Changes since 1.13: +4 -3 lines
Diff to previous 1.13
Encoding encoded-word is supported


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Sep 10 23:40:21 2002 UTC (23 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: msg-0-1
Branch point for: stable
Changes since 1.12: +20 -5 lines
Diff to previous 1.12
2002-09-11  Wakaba <w@suika.fam.cx>

	* Jcode.pm (jcode.pl): Convert fullwidth to halfwidth
	when decode.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Aug 18 06:21:24 2002 UTC (23 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.11: +12 -7 lines
Diff to previous 1.11
2002-08-18  Wakaba <w@suika.fam.cx>

	* MinName.pm: New module.


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

	* Charset.pm (msname2iananame): New function.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Jul 17 00:33:29 2002 UTC (24 years ago) by wakaba
Branch: MAIN
Changes since 1.9: +3 -3 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]
Thu Jul 4 06:38:21 2002 UTC (24 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
2002-07-04  Wakaba <w@suika.fam.cx>

	* Util.pm (encode_printable_string, decode_printable_string,
	encode_t71_string, decode_t71_string, encode_restricted_rfc822,
	decode_restricted_rfc822): New functions.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jul 2 06:36:26 2002 UTC (24 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.7: +13 -12 lines
Diff to previous 1.7
2002-07-02  Wakaba <w@suika.fam.cx>

	* MediaType.pm: 'text_content' property is given to
	some media types.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Jun 23 12:12:17 2002 UTC (24 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.6: +19 -113 lines
Diff to previous 1.6
2002-06-23  Wakaba <w@suika.fam.cx>

	* Jcode.pm: Remove name_minimumizers.  (Moved to
	Message::MIME::Charset.)
	* Jcode.pm: Give 'cte_7bit_preferred' property
	when make_charset of some charset.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Jun 16 10:45:54 2002 UTC (24 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.5: +70 -6 lines
Diff to previous 1.5
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.5 - (view) (download) (annotate) - [select for diffs]
Sun Jun 9 11:09:38 2002 UTC (24 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.4: +43 -20 lines
Diff to previous 1.4
2002-06-09  wakaba <w@suika.fam.cx>

	* Jcode.pm: Support 'name_minimumizer'.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Jun 6 11:24:10 2002 UTC (24 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +79 -49 lines
Diff to previous 1.3
2002-06-06  wakaba <w@suika.fam.cx>

	* Jcode.pm: 
	- Supports NKF.pm and Unicode::Japanese.pm.
	- (iso_2022_mime_charset_name): New function.
	- (euc_japan_mime_charset_name): Likewise.
	- (shift_jis_mime_charset_name): Likewise.
	- (x-euc-jisx0213-packed): New alias of EUC-JISX0213.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Jun 6 09:37:42 2002 UTC (24 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +223 -40 lines
Diff to previous 1.2
2002-06-06  wakaba <w@suika.fam.cx>

	* Jcode.pm: Supports NKF.pm and Unicode::Japanese.pm.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Jun 1 05:33:52 2002 UTC (24 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +76 -7 lines
Diff to previous 1.1
2002-06-01  wakaba <w@suika.fam.cx>

	* Jcode.pm: 
	- Returns minimum charset name.
	- Make-charset "junet" as an alias of ISO-2022-JP.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu May 30 12:48:04 2002 UTC (24 years, 2 months ago) by wakaba
Branch: MAIN
2002-05-30  wakaba <w@suika.fam.cx>

	* Jcode.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:

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24