colinta / SublimeStringEncode

Converts characters from one "encoding" to another using a transformation (think HTML entities, not character encodings)
Other
150 stars 22 forks source link

Port to Cuda #28

Closed Alexey-T closed 8 years ago

Alexey-T commented 8 years ago

Hi, useful plugin. I want to use parts in my plugin (not for ST3). Can you help? i need some refactor of your code: ie make functions like

def do_convert(text_from, coding_name) # gets string
Alexey-T commented 8 years ago

Solved, port is https://sourceforge.net/projects/cudatext/files/addons/plugins/plugin.Encode.zip/download

colinta commented 8 years ago

That's awesome!