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.
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.
I’m windows users.
“ctrl+super+e” how to run?
There isn’t super key.
thank you
[quote=“godblessyou”]I’m windows users.
“ctrl+super+e” how to run?
There isn’t super key.
thank you [/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!