URI-t viszont encode-olni KELL a szabványok szerint, mondjuk percent-encoding a minimum. Az URL-ben nem lehet csak úgy Latin-2 karakter.
És bizony azt a karaktert, amit nem lehet URL-ben módosítás nélkül szerepeltetni, UTF-8-ban kell reprezentálni, majd az eredményt percent-encodeolni. Lásd RFC3986. 10 éve ez a szabvány. A Chrome nem tehet arról, hogy leszarod a szabványt.
"When a new URI scheme defines a component that represents textual
data consisting of characters from the Universal Character Set [UCS],
the data should first be encoded as octets according to the UTF-8
character encoding [STD63]; then only those octets that do not
correspond to characters in the unreserved set should be percent-
encoded."