npp-plugins / mimetools

Other
43 stars 11 forks source link

Add "URL Encode Extended" command #30

Closed donho closed 7 months ago

donho commented 7 months ago

Current "URL Encode" command of which the implementation follows RFC 1738 is renameed to "URL Encode (RFC 1738)". The new added command "URL Encode (Extended)" follows the most popular implementation which encode also the following characters "$-_.+!*'(),".

Fix #28