HTML5 encoding problem (SOLVED)

Hi,
My project is in russian and when compiled for HTML5 target, all strings looks as unreaddable mess (no such problems for SWF target, by the way). All my sources are UTF8, the output html and js files UTF8 too.
So where is the problem? Is there some kind of project file key for encoding, or something?
Thanks!

Fixed it by saving files as UTF8 + BOM.

1 Like