Slashdot Mirror


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."

5 of 302 comments (clear)

  1. Re:Seriously? by Anonymous Coward · · Score: 5, Informative

    they didn't break backwards compatability,
    here's the brilliant standard http://en.wikipedia.org/wiki/Punycode
    it's just awesome.

  2. Re:Why not post example by tot · · Score: 5, Informative

    The ICANN blog has a working link.

  3. Re:Why not post example by chill · · Score: 4, Informative
    --
    Learning HOW to think is more important than learning WHAT to think.
  4. Re:Good news everybody! by leuk_he · · Score: 5, Informative

    Yes you can slashdot them, but you cannot show a correct text-. Yet...

  5. Re:Seriously? by tlhIngan · · Score: 4, Informative

    Is it chauvinistic that I find this insane?
    I wouldn't mind if they used an escape character sequence and then mapped other alphabets to strings of Latin characters, but actually breaking backwards compatibility...

    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.