anyedittools icon indicating copy to clipboard operation
anyedittools copied to clipboard

Add URL encoding/decoding to the Convert menu

Open vaskrist opened this issue 9 years ago • 0 comments

Just as you have conversion to/from Unicode or HTML entities it would help me to have conversion to/from URL encoded text.

URL encoding or percent encoding are described nicely in the following pages: https://en.wikipedia.org/wiki/Percent-encoding http://www.url-encode-decode.com/

The standard implementation in Java is URLDecoder and URLEncoder.

vaskrist avatar Oct 19 '15 10:10 vaskrist