urlencode icon indicating copy to clipboard operation
urlencode copied to clipboard

trimming spaces breaks some input

Open dkegel-fastly opened this issue 2 years ago • 1 comments

some things that need url encoding treat spaces at the end of the input as significant :-( so the trimming this command does sometimes gets in the way. Example: mysql comment is two dashes followed by a space. (There's an easy workaround for that, but at least it's an example.)

Might want to add an option to disable the trimming.

dkegel-fastly avatar Dec 16 '22 19:12 dkegel-fastly

Hi @dkegel-fastly, sorry for the slow reply. Thanks for pointing out this edge case, I'll think about how it might be accommodated. Can you provide an example of this sort of usage?

bww avatar May 29 '23 13:05 bww