Ask HN: Why do Greek or Russian characters get URL encoded?
Why don't browsers URL encode just the special characters such as ?, & and whitespaces when a URL is copied?
The resulting URLs would be much cleaner and easier to understand for native speakers.
3 comments
[ 3.2 ms ] story [ 18.6 ms ] threadWhen visiting the page (at least on Firefox), the location bar displays the intended characters, but when copying it you get the percent-encoded form. If the reason for percent-encoding was just to make scams more obvious, shouldn't the form shown in the browser interface also be URL-encoded?
By the way, it seems like that is a much stronger argument when applied to domian names than when applied to the part of the URL after the slash.