Openfire Fastpath charset problem

While I was trying to customize start page of Webchat plugin, i get source code and make some changes. One of them was customization of welcometext in cyrillic. But when i compile openfire+fastpath webchat plugin i’ve got something unreadable in webchat form. On console editors all is fine.

I’ve just implement variable String welcome = “”, then finally via if-then-else blocks welcome=“something in cyrllic”, and finally use it in <%= welcometext %> to place it into an html page.

I’m saving source code in Utf-8 encoding, and tried to add <meta … charset=“UTF-8”>. Nothing works. Could anyone help to deal with this problem?

Sotty guys, I;ve found a solution with native2ascii