-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
t5100: use ancient encoding syntax for backwards compatibility
Some ancient platforms do not have an extensive list of alternate names for character encodings. For example, Solaris 7 does not know that ISO-8859-1 is the same as ISO8859-1. Modern platforms do know this, so use the older names. The following conversions were performed: ISO-8859-1 --> ISO8859-1 ISO-8859-2 --> ISO8859-2 ISO-8859-8 --> ISO8859-8 iso-2022-jp --> ISO-2022-JP Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information
Brandon Casey
authored and
Junio C Hamano
committed
May 19, 2009
1 parent
e0d44c5
commit bf1db7d
Showing
2 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,48 @@ | ||
From nobody Mon Sep 17 00:00:00 2001 | ||
From: =?US-ASCII?Q?Keith_Moore?= <moore@cs.utk.edu> | ||
To: =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <keld@dkuug.dk> | ||
CC: =?ISO-8859-1?Q?Andr=E9?= Pirard <PIRARD@vm1.ulg.ac.be> | ||
Subject: =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?= | ||
=?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?= | ||
To: =?ISO8859-1?Q?Keld_J=F8rn_Simonsen?= <keld@dkuug.dk> | ||
CC: =?ISO8859-1?Q?Andr=E9?= Pirard <PIRARD@vm1.ulg.ac.be> | ||
Subject: =?ISO8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?= | ||
=?ISO8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?= | ||
|
||
From nobody Mon Sep 17 00:00:00 2001 | ||
From: =?ISO-8859-1?Q?Olle_J=E4rnefors?= <ojarnef@admin.kth.se> | ||
From: =?ISO8859-1?Q?Olle_J=E4rnefors?= <ojarnef@admin.kth.se> | ||
To: ietf-822@dimacs.rutgers.edu, ojarnef@admin.kth.se | ||
Subject: Time for ISO 10646? | ||
|
||
From nobody Mon Sep 17 00:00:00 2001 | ||
To: Dave Crocker <dcrocker@mordor.stanford.edu> | ||
Cc: ietf-822@dimacs.rutgers.edu, paf@comsol.se | ||
From: =?ISO-8859-1?Q?Patrik_F=E4ltstr=F6m?= <paf@nada.kth.se> | ||
From: =?ISO8859-1?Q?Patrik_F=E4ltstr=F6m?= <paf@nada.kth.se> | ||
Subject: Re: RFC-HDR care and feeding | ||
|
||
From nobody Mon Sep 17 00:00:00 2001 | ||
From: Nathaniel Borenstein <nsb@thumper.bellcore.com> | ||
(=?iso-8859-8?b?7eXs+SDv4SDp7Oj08A==?=) | ||
(=?ISO8859-8?b?7eXs+SDv4SDp7Oj08A==?=) | ||
To: Greg Vaudreuil <gvaudre@NRI.Reston.VA.US>, Ned Freed | ||
<ned@innosoft.com>, Keith Moore <moore@cs.utk.edu> | ||
Subject: Test of new header generator | ||
MIME-Version: 1.0 | ||
Content-type: text/plain; charset=ISO-8859-1 | ||
Content-type: text/plain; charset=ISO8859-1 | ||
|
||
From nobody Mon Sep 17 00:00:00 2001 | ||
Subject: (=?ISO-8859-1?Q?a?=) | ||
Subject: (=?ISO8859-1?Q?a?=) | ||
|
||
From nobody Mon Sep 17 00:00:00 2001 | ||
Subject: (=?ISO-8859-1?Q?a?= b) | ||
Subject: (=?ISO8859-1?Q?a?= b) | ||
|
||
From nobody Mon Sep 17 00:00:00 2001 | ||
Subject: (=?ISO-8859-1?Q?a?= =?ISO-8859-1?Q?b?=) | ||
Subject: (=?ISO8859-1?Q?a?= =?ISO8859-1?Q?b?=) | ||
|
||
From nobody Mon Sep 17 00:00:00 2001 | ||
Subject: (=?ISO-8859-1?Q?a?= =?ISO-8859-1?Q?b?=) | ||
Subject: (=?ISO8859-1?Q?a?= =?ISO8859-1?Q?b?=) | ||
|
||
From nobody Mon Sep 17 00:00:00 2001 | ||
Subject: (=?ISO-8859-1?Q?a?= | ||
=?ISO-8859-1?Q?b?=) | ||
Subject: (=?ISO8859-1?Q?a?= | ||
=?ISO8859-1?Q?b?=) | ||
|
||
From nobody Mon Sep 17 00:00:00 2001 | ||
Subject: (=?ISO-8859-1?Q?a_b?=) | ||
Subject: (=?ISO8859-1?Q?a_b?=) | ||
|
||
From nobody Mon Sep 17 00:00:00 2001 | ||
Subject: (=?ISO-8859-1?Q?a?= =?ISO-8859-2?Q?_b?=) | ||
Subject: (=?ISO8859-1?Q?a?= =?ISO8859-2?Q?_b?=) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters