Greek symbols

"Stefan Koulouris" <[email protected]> Sat, 6 Dec 2003 18:41:55 +0100
Newsgroups gmane.comp.java.enhydra.xmlc
Message-ID <001701c3bc20$3dd12d40$d19376d5@target>
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("&Omicron;&nu;&omicron;&mu;&alpha;")

the ampersand get changed to &amp;  with the result being: ÿþ&Omicron;&nu;&omicron;&mu;&alpha

so, can anyone give me some pointers on how to deal with this problem...

Thanks in advance,

Stefan Koulouris