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

前端 未结 6 1507
广开言路
广开言路 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 16:57

    Since this thread is a popular result in google search, here is the way to do it for sublime text 3 build 3059+: in user preferences, add the line:

    "show_encoding": true
    

提交回复
热议问题