Sublime Forum

How can I tell what encoding ST2 is using

#1

When I open a file in a buffer how can I find what guess ST2 made about encoding?

0 Likes

#2

With :

sublime.active_window().active_view().encoding()

Or with the package EncodingHelper

0 Likes