First Non-Latin TLDs Go Online Today
eldavojohn writes "ICANN today switched on the country code top level domains for Egypt, Saudi Arabia, and the United Arab Emirates, which are the first non-Latin TLDs available and are also fully readable right to left. Slashdot does not support them but you can find the TLDs in the BBC article. ICANN said it had 21 more requests for TLDs in 11 different languages. A quick note — if you do not have the language packs installed, you may experience unpredictable browser behavior in the URL bar. Right now countries like China and Thailand have implemented workarounds to achieve the same effect."
they didn't break backwards compatability,
here's the brilliant standard http://en.wikipedia.org/wiki/Punycode
it's just awesome.
The ICANN blog has a working link.
Here you go: http://xn--4gbrim.xn----rmckbbajlc6dj7bxne2c.xn--wgbh1c/ar/default.aspx
Learning HOW to think is more important than learning WHAT to think.
Yes you can slashdot them, but you cannot show a correct text-. Yet...
Except there *IS* an escape sequence. And the actual representation is in standard latin alphabets.
The reason is that browsers can detect the escape sequence and interpret the rest of the URL as a unicode string.
The escape is "xn--" - domains using it have xn--domain, TLDs as xn--TLD. Use both and they both have to be escaped - xn--blah.xn--blahtld.
The trick for the Rest of Us is to be able to set that as "off" by default to keep these xn-- sequences from looking like normal latin characters. The good news is the encoding is such that Paypal and the like don't get rendered as xn--paypal.com and such, but xn--junk_that_renders_as_paypal.com.
Internationalized domain names have been around a few years. This is just an internationalized TLD using the same DNS-friendly encoding scheme.