diff options
author | thomascube <thomas@roundcube.net> | 2011-01-04 22:00:35 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-01-04 22:00:35 +0000 |
commit | 6bdb6102c06c605d18f5d2cfba8ac806875ae13a (patch) | |
tree | 5ceffdfcf542f249d2d12c6354c8751d6daac1ac /tests/src/thebat.vcf | |
parent | 636328483fb1e5e5f3abc10ce70e8f60a2a1f9e4 (diff) |
Do charset detection in vcards with encoded values (#1485542)
Diffstat (limited to 'tests/src/thebat.vcf')
-rw-r--r-- | tests/src/thebat.vcf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/src/thebat.vcf b/tests/src/thebat.vcf new file mode 100644 index 000000000..8179f788d --- /dev/null +++ b/tests/src/thebat.vcf @@ -0,0 +1,8 @@ +BEGIN:VCARD
+VERSION:2.1
+N;ENCODING=QUOTED-PRINTABLE:Iksi=F1ski;Piotr
+FN;ENCODING=QUOTED-PRINTABLE:Piotr Iksi=F1ski
+EMAIL;PREF;INTERNET:piotr.iksinski@somedomain.com
+X-GENDER:Male
+REV:20080716T203548Z
+END:VCARD
|