Seems the Hot Deploy mechanism used incorrect file encoding for source file

Hi Team,

Some developers from Chinese forum reported that in case of the source file have Chinese characters and syntax mistake ,then the console will print some garbled characters when hot deploying,like below:

Environment:
Studio:13.1
Platform:7.2.2

Related topics in Chinese forum:

Could you take a look?

Ray
Regards

Hi! Thank you for reporting the problem. I have created new issue in our bug tracker.

Hi @shustanov ,

I noticed the state of the issue is “Can’t Reproduce”, but the problem is really exists. If need any help,feel free to let me know.

Ray,
Regards.

Hi! Sorry for long silence. Could you provide your OS version and localization settings?

Hi @shustanov,

I checked the issue again,it still exists.
My Environment:

OS: Windows10 Professional ,18363
Studio:13.2
I’m not sure what you mean about “localization settings”, so i provided some information that i guessed :
I used following code to check the Locale setting :
Locale l = Locale.getDefault();
l.getDisplayCountry() return “中国”
l.getDisplayLanguage() return “中文”
l.toString() return “zh_CN”