diff options
Diffstat (limited to 'tests/email-with-8bit-encoding-and-non-utf8-charset')
-rw-r--r-- | tests/email-with-8bit-encoding-and-non-utf8-charset | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/email-with-8bit-encoding-and-non-utf8-charset b/tests/email-with-8bit-encoding-and-non-utf8-charset new file mode 100644 index 0000000..a4f4a6e --- /dev/null +++ b/tests/email-with-8bit-encoding-and-non-utf8-charset @@ -0,0 +1,9 @@ +From: John Doe <jdoe@machine.example> +To: Mary Smith <mary@example.net> +Subject: Saying Hello +Date: Fri, 21 Nov 1997 09:55:06 -0600 +Message-ID: <1234@local.machine.example> +Content-Type: text/plain; charset=ISO-8859-7 +Content-Transfer-Encoding: 8bit + +Hello Foo˘.
\ No newline at end of file |