npp-plugins / mimetools

Other
43 stars 11 forks source link

Feature request: Support for UTF-16 encoded Base64 #14

Open Leopold702 opened 3 years ago

Leopold702 commented 3 years ago

Now this plugin supports only UTF-8 encoding for Base64 encode and decode. While UTF-16 is less frequently used in Base64, such variation still exists and is used by PowerShell encoded commands for example.

It would be nice if this plugin could properly handle it as well.