How do I see the current encoding of a file in Sublime Text?

前端 未结 6 1498
广开言路
广开言路 2020-11-30 16:37

How do I see the current encoding of a file in Sublime Text?

This seems like a pretty simple thing to do but searching has not yielded much. Any pointers would be ap

6条回答
  •  抹茶落季
    2020-11-30 17:14

    ShowEncoding is another simple plugin that shows you the encoding in the status bar. That's all it does, to convert between encodings use the built-in "Save with Encoding" and "Reopen with Encoding" commands.

提交回复
热议问题