Sublime Forum

Convert file encodings

#1

Hi all,

I’ve written a little plugin to convert the text encoding of a file from one to another (e.g. iso-8859-1 to utf-8).
Sublime reloads the file automatically.

Grab the code here:
bitbucket.org/theblacklion/subl … ncoding.py

Regards,
Oktay.

0 Likes

#2

I’m windows users.
“ctrl+super+e” how to run?

There isn’t super key.

thank you :smile:

0 Likes

#3

[quote=“godblessyou”]I’m windows users.
“ctrl+super+e” how to run?

There isn’t super key.

thank you :smile:[/quote]

Just use any key binding you would like. I could imagine of using something like ctrl+alt+e or ctrl+shift+e. Please tell me what works best and I will include it into the file header. Thanks!

0 Likes