Sublime Forum

Plz support native python encodings

#1

I tried to add a menu

<item caption="Open with MBCS..." command="openWithEncoding mbcs"/>

It doesn’t work.

MBCS is standard Python 2.5 encoding listed here

docs.python.org/release/2.5/lib/ … dings.html

I propose Sublime allow native python codecs, there are tons of awesome Python encodings, like zlib_codec, rot13, base64, etc.

The plugin example sublimetext.com/docs/plugin-examples

Which is rot13, can be easily implemented by adding a new menu line.

<item caption="Open with MBCS..." command="openWithEncoding rot13"/>

BTW is there a way to open an interactive console to enter Sublime commands? Like enable dev console in games :stuck_out_tongue:

0 Likes

Sublime does not support Chinese?
#2

CTRL+`

0 Likes