From: Panayotis K. <pan...@pa...> - 2010-02-26 11:43:31
|
On 26 Φεβ 2010, at 10:23 ΠΜ, Sascha Haeberling wrote: > Hi Panayotis, > > can you give me a concrete example on how to reproduce this? > > Thank you > // Sascha Yes, just enter any utf-8 string in a System.out directive For simplicity, I've attached a demo java source, which can be found (it is under package "test"). Under Java it properly displays "Δοκιμή", while after the conversion it is something like r4w7w2w1w4u6 and in the source code @"\1624\1677\1672\1671\1674\1656" I really don't know why it is like this, but a rough suggestion is that the character is escaped but not with something like "\u" |