Hello,
Does anyone have an idea
how to get greek symbols in the XMLC generated code?
I can't get it to
work...
Example
page.setTextName("Ονομα")
gives as result ?????
but that should be down to IntelliJ I use because
everything I type in there in Greek gets tranformed to ?????
now when I read greek signs from a text file
:
page.setTextName(br.readLine())
i get this ÿþŸ½¿¼±
next thing when doing it this
way:
page.setTextName("Ονομα")
the ampersand get changed to &
with the result being: ÿþΟνομ&alpha
so, can anyone give me some pointers on how to deal with this
problem...
Thanks in advance,
Stefan Koulouris