summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-12 15:34:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-12 15:34:49 +0200
commit809c8d4c990e77cd8ba52672be7c5e77aae4e90e (patch)
tree8f5121de389b0cc5268a7dbc36486409b7edbc95
parent18c786cbcd45ee314bed6303c62e23ecf4022a8b (diff)
Spell out UTF-8
Change-Id: Iea5f79fb12ac86d4348f46f8ad93a13aaf0f7eb6
-rw-r--r--sw/qa/extras/rtfexport/rtfexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/rtfexport/rtfexport.cxx b/sw/qa/extras/rtfexport/rtfexport.cxx
index ce9152627e8e..0c78227aaca8 100644
--- a/sw/qa/extras/rtfexport/rtfexport.cxx
+++ b/sw/qa/extras/rtfexport/rtfexport.cxx
@@ -320,7 +320,7 @@ DECLARE_RTFEXPORT_TEST(testMathRuns, "math-runs.rtf")
DECLARE_RTFEXPORT_TEST(testFdo77979, "fdo77979.odt")
{
// font name is encoded with \fcharset of font
- CPPUNIT_ASSERT_EQUAL(OUString("微软雅黑", 12, RTL_TEXTENCODING_UTF8),
+ CPPUNIT_ASSERT_EQUAL(OUString("\xE5\xBE\xAE\xE8\xBD\xAF\xE9\x9B\x85\xE9\xBB\x91", 12, RTL_TEXTENCODING_UTF8),
getProperty<OUString>(getRun(getParagraph(1), 1), "CharFontName"));
}