hello. I use a regex to replace on several UTF-8 files, from En into Chinesse. The problem is that after Replace, the files becomes ANSI and I cannot see the chinesse characters, only ?????
Seems that the replacement convert UTF-8 into ANSI. How can be resolve this problem?
Save as UTF-8
- DigitalVolcano
- Site Admin
- Posts: 1863
- Joined: Thu Jun 09, 2011 10:04 am
Re: Save as UTF-8
It should detect the file type and keep the format. You can force UTF-8 if the detection isn't working by setting this in the options. In the Options window see the Output tab->Output Encoding.
Re: Save as UTF-8
I find the option, thanks:

