From: Panayotis K. <pan...@pa...> - 2013-03-01 02:16:52
|
It seems that unicode Strings are still not quite supported by XMLVM. A simple command like this one: String a = "Δοκιμή"; in the source (under constant pool) becomes something like // ID=1455: \1624\1677\1672\1671\1674\1656 (JAVA_ARRAY_CHAR[]) {916, 959, 954, 953, 956, 942}, which looks wrong, if indeed JAVA_ARRAY_CHAR is a char table. Similarly in the OBjC backend, the octal representation is shown. How can this issue be solved? For starters, is it possible instead of exporting the octal value, to present the actual unicode (UTF-8?) value? Thanks in advance -- Panayotis Katsaloulis |