From 5b401505eeede65429e9f97f5fc73592ad141c37 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 13 Feb 2018 16:43:49 +0100 Subject: Test utf-8 rendering the snowflake doesn't work --- views/conversation/main.qml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'views') diff --git a/views/conversation/main.qml b/views/conversation/main.qml index 06b59b42..098eba01 100644 --- a/views/conversation/main.qml +++ b/views/conversation/main.qml @@ -88,6 +88,13 @@ ApplicationWindow { body: "body4", to: ["to@example.org"], }, + { + resource: "resource1", + date: "2017-07-20T18:46:29", + subject: "UTF-8 Madness öüä ❆", + body: "öüä ❆", + to: ["öüä@example.org"], + }, ] }], } -- cgit v1.2.3