Home

Awesome

Since ST3 build 3057, the encoding menu has been moved to the status bar. See www.sublimetext.com/3dev for settings to show encoding and line endings

Description

Encoding Helper is a Sublime Text plug-in which provides the following features:

You should know that attempt to guess the encoding of a file is hard and the results for some encodings is not 100% accurate. Also, is a task that consume CPU, for this reason this plug-in includes a lot of optimizations.

Screenshot

UTF-8

This package aims to assist you to convert your documents to UTF8. Has no intention to support the usage of other encodings than UTF8. Has no intention to assist in maintenance of files with other encodings, you should convert these to UTF8 if possible.

Some more info

Resources

chardet library: http://pypi.python.org/pypi/chardet

dataset small: http://vancouver-webpages.com/multilingual/ http://charsetplus.tripod.com/HTMLs/index.html

dataset huge: http://www.mauvecloud.net/charsets/index.html

codecs: http://docs.python.org/library/codecs.html

ST linux and OSX codecs from https://github.com/seanliang/Codecs33

Source-code

https://github.com/titoBouzout/EncodingHelper

Installation

Download or clone the contents of this repository to a folder named exactly as the package name into the Packages/ folder of ST.

Forum Thread

http://www.sublimetext.com/forum/viewtopic.php?f=5&t=3453

License

See license.txt