Sublime Forum

Changing the encoding of a file doesn't mark it as changed

#1

And because of this, you don’t exactly know that you have to save the file for the new encoding to be persisted on disk,

0 Likes

#2

Sublime Text only has two options for changing the encoding. You either re-open the file using the encoding or you save the file using an encoding. If you’re re-opening a file with an encoding, there are no changes to save.

0 Likes

#3

It has Set Encoding, not save the file using an encoding:

0 Likes

#4

By clicking on UTF-8:

0 Likes

#5

Are you perhaps using Atom? Sublime Text does not have an encoding option in the bottom right.

0 Likes

#6

ST has "show_encoding": true,

0 Likes

#7

Well you learn something new every day, didn’t know we had that! That does seem like a bug then.

2 Likes