libpurple/protocols/sametime/tests/data/mime-utf8.h

changeset 39525
e1280f3aaea8
child 39526
4f678f514b69
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libpurple/protocols/sametime/tests/data/mime-utf8.h	Sat Mar 30 03:08:23 2019 -0400
@@ -0,0 +1,51 @@
+{
+/* Hello world in UTF-8. */
+.name = "utf8-hello",
+.html = "Hello world, Καλημέρα κόσμε, コンニチハ.",
+.mime =
+	"content-disposition: inline\r\n"
+	"mime-version: 1.0\r\n"
+	"content-type: multipart/related; boundary=related_MWa2f_0aac\r\n"
+	"\r\n"
+	"--related_MWa2f_0aac\r\n"
+	"content-transfer-encoding: 7bit\r\n"
+	"content-disposition: inline\r\n"
+	"content-type: text/html\r\n"
+	"\r\n"
+	"Hello world, "
+		"Καλημέρα "
+		"κόσμε, "
+		"コンニチハ.\r\n"
+	"\r\n"
+	"--related_MWa2f_0aac--\r\n"
+},
+{
+/* Hello world in UTF-8. */
+.name = "utf8-various",
+.html =
+	"ABCDEFGHIJKLMNOPQRSTUVWXYZ /0123456789 "
+	"abcdefghijklmnopqrstuvwxyz £©µÀÆÖÞßéöÿ "
+	"–—‘“”„†•…‰™œŠŸž€ ΑΒΓΔΩαβγδω АБВГДабвгд "
+	"∀∂∈ℝ∧∪≡∞ ↑↗↨↻⇣ ┐┼╔╘░►☺♀ fi�⑀₂ἠḂӥẄɐː⍎אԱა",
+.mime =
+	"content-disposition: inline\r\n"
+	"mime-version: 1.0\r\n"
+	"content-type: multipart/related; boundary=related_MWa2f_0aac\r\n"
+	"\r\n"
+	"--related_MWa2f_0aac\r\n"
+	"content-transfer-encoding: 7bit\r\n"
+	"content-disposition: inline\r\n"
+	"content-type: text/html\r\n"
+	"\r\n"
+	"ABCDEFGHIJKLMNOPQRSTUVWXYZ /0123456789 abcdefghijklmnopqrstuvwxyz "
+	"£©µÀÆÖÞßéöÿ "
+	"–—‘“”„†•…‰™œŠŸž€ "
+	"ΑΒΓΔΩαβγδω "
+	"АБВГДабвгд "
+	"∀∂∈ℝ∧∪≡∞ "
+	"↑↗↨↻⇣ "
+	"┐┼╔╘░►☺♀ "
+	"fi�⑀₂ἠḂӥẄɐː⍎אԱა\r\n"
+	"\r\n"
+	"--related_MWa2f_0aac--\r\n"
+},

mercurial