From 0b8abbf1924a5c2262df50cc95c8e9200890f6f6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 20 Sep 2013 23:46:11 +0200 Subject: The original bytes were probably meant as UTF-8, not UTF-16 ...not that it matters much /what/ characters are used in the sample text, of course. And no-argument java.lang.String.getBytes() appears to indeed use the legacy Mac OS Roman encoding on Mac OS X... Change-Id: I51cd8c16f14e2df8b75d9961150518c8a03d53ca --- unoxml/qa/complex/unoxml/DOMTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unoxml') diff --git a/unoxml/qa/complex/unoxml/DOMTest.java b/unoxml/qa/complex/unoxml/DOMTest.java index 8cd93da72d43..ed4374c5816a 100644 --- a/unoxml/qa/complex/unoxml/DOMTest.java +++ b/unoxml/qa/complex/unoxml/DOMTest.java @@ -2706,7 +2706,7 @@ public class DOMTest "" + "" + "" + - "some text \uC3B6\uC3A4\uC3BC" + + "some text \u00F6\u00E4\u00FC" + ""; XDocumentBuilder xBuilder = -- cgit v1.2.3