If use in url, non allowed character, for example space:
<a href="pa ge.php">link</a>
and click this link, in browser addres bar I see mysite.com/pa%20ge
okay, and if now I use georgian, (or for example russian) alphabet symbols:
<a href="აბცდ.php">link</a>
In in browser addres bar, I see mysite/აბცდ.php
that is, these non latine alphabet symbols, are not changed, tey are in url "presented" as original view.
question: Why? non latine alphabet symbols are also allowed in url ?