diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-13 16:43:49 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-13 16:44:17 +0100 |
commit | 5b401505eeede65429e9f97f5fc73592ad141c37 (patch) | |
tree | 777914e56c0591edd66b891f0b3f40f822f1b364 | |
parent | 13d995e6edd178ba4963f794a6b84c9e215fc50f (diff) | |
download | kube-5b401505eeede65429e9f97f5fc73592ad141c37.tar.gz kube-5b401505eeede65429e9f97f5fc73592ad141c37.zip |
Test utf-8 rendering
the snowflake doesn't work
-rw-r--r-- | views/conversation/main.qml | 7 |
1 files changed, 7 insertions, 0 deletions
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 { | |||
88 | body: "body4", | 88 | body: "body4", |
89 | to: ["to@example.org"], | 89 | to: ["to@example.org"], |
90 | }, | 90 | }, |
91 | { | ||
92 | resource: "resource1", | ||
93 | date: "2017-07-20T18:46:29", | ||
94 | subject: "UTF-8 Madness öüä ❆", | ||
95 | body: "öüä ❆", | ||
96 | to: ["öüä@example.org"], | ||
97 | }, | ||
91 | ] | 98 | ] |
92 | }], | 99 | }], |
93 | } | 100 | } |