diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2012-08-20 21:38:43 +0200 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2012-09-07 10:40:54 +0200 |
| commit | 29bcaf005efd58021a60e109f4f6e70a055560f4 (patch) | |
| tree | 95db72eba25d9b91b3b83dcfa64c550771cbce15 /kittystore/test/testdata | |
| parent | b5c5a81d184bf47018b7360ad835217da5b8e0ee (diff) | |
| download | kittystore-29bcaf005efd58021a60e109f4f6e70a055560f4.tar.gz kittystore-29bcaf005efd58021a60e109f4f6e70a055560f4.tar.xz kittystore-29bcaf005efd58021a60e109f4f6e70a055560f4.zip | |
Handle non-ascii payloads better
Diffstat (limited to 'kittystore/test/testdata')
| -rw-r--r-- | kittystore/test/testdata/payload-iso8859.txt | 8 | ||||
| -rw-r--r-- | kittystore/test/testdata/payload-utf8.txt (renamed from kittystore/test/testdata/non-ascii-payload.txt) | 0 |
2 files changed, 8 insertions, 0 deletions
diff --git a/kittystore/test/testdata/payload-iso8859.txt b/kittystore/test/testdata/payload-iso8859.txt new file mode 100644 index 0000000..2794a5a --- /dev/null +++ b/kittystore/test/testdata/payload-iso8859.txt @@ -0,0 +1,8 @@ +From test at example.com Fri Apr 6 22:43:55 2007 +From: test at example.com (Dummy Person) +Date: Fri, 6 Apr 2007 15:43:55 -0700 (PDT) +Subject: Dummy subject +Message-ID: <20070406224355.899B9180064@test.example.com> + +This message contains non-ascii characters: +é è ç à î ï ë ¤ diff --git a/kittystore/test/testdata/non-ascii-payload.txt b/kittystore/test/testdata/payload-utf8.txt index d8106eb..d8106eb 100644 --- a/kittystore/test/testdata/non-ascii-payload.txt +++ b/kittystore/test/testdata/payload-utf8.txt |
