From b91802032a0ab98fc306a02f6c70ccb1be0edc67 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Sun, 26 Mar 2006 13:57:25 +0000 Subject: - test/mail.in: Test UTF-8 header encoding. --- test/mail.test | 5 ++++- test/test.quiltrc | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/mail.test b/test/mail.test index 9b00126..361c5b0 100644 --- a/test/mail.test +++ b/test/mail.test @@ -47,6 +47,7 @@ < < Signed-off-by: Joe R. Hacker < Cc: "John X. Doe" + < Cc: Ü is an umlaut < $ cat - no-subject > patches/5.diff @@ -76,9 +77,11 @@ > To: John X. Doe > -- > Cc: "Joe R. Hacker" , - > "John X. Doe" + > "John X. Doe" , + > =?UTF-8?q?=C3=9C=20is=20an=20umlaut?= > Subject: [test 4/5] First paragraph used as subject of 4.diff. > Cc: "John X. Doe" + > Cc: Ü is an umlaut > -- > Subject: [test 5/5] Subject of 5.diff > -- diff --git a/test/test.quiltrc b/test/test.quiltrc index b656eea..4bb4f7b 100644 --- a/test/test.quiltrc +++ b/test/test.quiltrc @@ -1,5 +1,6 @@ # Define this to generate diffs without timestamps. QUILT_DIFF_ARGS="--no-timestamps" QUILT_REFRESH_ARGS="--no-timestamps" +QUILT_MAIL_ARGS="--charset=UTF-8" QUILT_PATCHES_PREFIX=yes -- cgit