Sublime opens file with EUC-JP coding

1

When saving files with special characters in Sublime, with UTF-8. Ex:

Reading Tip: From Heart to Heart

It reopens with EUC-JP encoding:

Reading Tip: From Hearts to Hearts

What can it be?

I have the ConvertToUTF8 plugin, it converts and saves correctly, but when I reopen it, I change the encoding.

    
asked by anonymous 29.03.2014 / 15:51

1 answer

1

In user settings you could set these two parameters:

"default_encoding": "UTF-8",
"fallback_encoding": "UTF-8",

I think this can solve your problem.

    
10.06.2015 / 18:27