The Java Embed Example shows corrupted chars. Fixed by converting BOM to UTF-8. Fixes HPCC-10386 Signed-off-by: Gordon Smith <gordon.smith@lexisnexis.com>
@@ -32,8 +32,8 @@ SET OF UNICODE testStringArray7(SET OF UNICODE s)
add1(10);
add2('Hello');
add3('World');
-add4(U'Leovenaðes');
-add5(U'?????');
+add4(U'Leovenaðes');
+add5(U'ä½ å¥½ä¸–ç•Œ');
addChar('A');
cat('Hello', ' world');