Email or username:

Password:

Forgot your password?
Top-level
HEROBRINE7GAMER

@ljrk @marcan Usually big websites use ASCII characters for domain names only because arabic is RTL, but for some reason use arabic for sub-categories or article names which renders it in percent-encoding and makes writing the url impossible. For example, Firefox on android does not support punycode integration and displays only in percent-encoding. That is painful. (afaik firefox for desktop requires arabic support packages for punycode integration)

1 comment
Nicolás Alvarez

@herobrine7gamer @marcan @ljrk punycode is only a thing in domain names, for the rest of the URL it's just Unicode encoded in UTF-8

Go Up