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

shouldn't convert string into unicode first #44

Open jjsty1e opened 3 years ago

jjsty1e commented 3 years ago

shouldn't convert string into unicode first when using b64decode and b64encode

jjsty1e commented 3 years ago

hope this helps