Para tener todo junto y no andar googleando.
Managed to install it successfully in ST2:
- "Package Control: Add Repository" -> https://github.com/titoBouzout/EncodingHelper
- Then EncodingHelper should appear in the results of the install package control command.
Hope this helps.
y sacado de:
https://groups.google.com/forum/?fromgr ... ZGXJBMvBBA
La configuracion para trabajar con Windows, por ejemplo, en la barra de Menu, Preferences | Package Setting | Encoding Helper | Default ;
Tenemos esto;
{
// To show encoding on status bar
"show_encoding_on_status_bar" : true,
// Additional encodings to test when no acurrated guess can be done
// NOTE: Don't add ISO-8859-1
"fallback_encodings": [ "Western (ISO 8859-15)"],
// Automatically opens as UTF-8 the following encodings list
// NOTE: Encoding detection is not acurrated
// don't abuse of this feature
"open_automatically_as_utf8": [ "Western (ISO 8859-15)" ]
}