On Thu, 16 May 2013, Пестов Алексей wrote:
I set a cyrillic password "ййй" on excelFile.xls file.

You need to ensure the encoding that javac reads your .java file in matches the one you wrote the non-ascii characters in. Might be safest initially to write them in the unicode escaped form (\u...) so you're sure they don't get corrupted

Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to