Cyrillic characters shows not correct in the bundle (1.2.163) (SOLVED)

Interesting bug found in the latest version of Defold (no in previous).
I have one screen in the game where changable strings contains in the gui_script. And all correct in win dm_engine, but not correct in bundle, HTML5 for example on screenshot (the same in Android bunlde):

Looks like an encoding issue.

BUT all is correct with strings that contains in JSON file, then converting into the table in runtime and then seting into the gui label:

3 Likes