When and how will we be able to register a domain name in Chinese characters?

link|improve this question
1  
6 months after the Chinese takeover the US. – madcolor Oct 2 '09 at 14:31
1  
This isn't programming related. It might be better suited to serverfault.com – Ben S Oct 2 '09 at 14:31
I actually just read something about this here: guardian.co.uk/technology/2009/sep/30/icann-agreement-us, does anyone have any information about unicode URLs, how they work, and yeah - how they will be distributed? – Prairiedogg Oct 2 '09 at 14:32
1  
6 months after? Which was like what, 2 years ago? – kmarsh Oct 2 '09 at 15:51
feedback

5 Answers

you can already register a website in chinese... it is possible from at least 5 years ago!!! it will start with xn-- and so on, the browser will convert it automagically

International Domain Name and Punycode

link|improve this answer
feedback

Internationalized Domain Names have been around for some time now. There is limited browser support, and you can only register them under certian TLD's, but they exist and are in use.

link|improve this answer
feedback

There are a number of tlds that accept IDN registrations using Chinese characters (and others).

See here for a list.

link|improve this answer
feedback

Web hosting company Dreamhost offers it now. Here's a humorous blog post from them about it: The Traveler

It looks like if you have a DH account already you can do if from the panel. It will probably work for a new signup as well if you paste in the Unicode, but I haven't tried it yet.

link|improve this answer
feedback

When? Now!

I even wrote* a DNS class to support IDN (probably duplicating effort, but it was for learning purposes): http://pastebin.com/f3cfbf6a6

I used C++ highlighting since they don't have C#, but that s C#. Don't try it in a C++ compiler. :P

*With the generous help of the people of the programming thread at the Penny Arcade forums.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown