Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "URL Encode Extended" command #30

Closed

Conversation

donho
Copy link
Member

@donho donho commented Dec 18, 2023

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

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 npp-plugins#28
@donho donho closed this in 5994dad Dec 18, 2023
@donho donho deleted the add_url_encode_extended_method branch December 18, 2023 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

URL Encode doesn't convert some symbols
1 participant