An open API service indexing awesome lists of open source software.

https://github.com/caledoniaproject/sublime-encodingconverter

Reopen the current file and convert from whatever encoding you like to UTF-8
https://github.com/caledoniaproject/sublime-encodingconverter

Last synced: about 2 months ago
JSON representation

Reopen the current file and convert from whatever encoding you like to UTF-8

Awesome Lists containing this project

README

          

# Sublime-EncodingConvert

Reopen the current file and convert from whatever encoding you like to `UTF-8`. As `@kingkeith` pointed out, for some reason Sublime is unable to add more encoding in the `Reopen with Encoding` dialog, so a plugin must be created to suit my needs.

## Usage

At this moment I've add only two command palatte, for the `GBK` and `BIG5` encoding. The usage is as straightforward as the following screenshot:

![screenshot](https://raw.githubusercontent.com/CaledoniaProject/Sublime-EncodingConverter/master/contrib/screenshot.jpg)

List of supported command palatte:

```
Reopen: convert from GBK to UTF8
Reopen: convert from BIG5 to UTF8
```

## Development

To be added.