Domain Names.

Numerous domain name authorities already offer internationalized domain names. These include providers for such large domains as .cn, .jp, .kr, and many more.

One of the problems associated with IDN support in browsers is that it can facilitate phishing. Consequently, most browsers that support IDN also put in place some safeguards to protect users from such fraud.
Another problem is that Internet Explorer 6, with its huge market share, does not natively support IDN [though plugins are available]. However, IE7, which does support IDN, will, over time, replace most IE6 installs.

Note, that as a temporary fallback solution, until IDN is more widely supported, content authors who want to point to a resource using an IDN can write the link text in native characters, but put a punycode representation in the href attribute. Though not an ideal solution, it would guarantee that the user would be able to link to the resource, whatever platform they used.

You can run a basic check to see whether it works on your system using this simple test.

Here's a look at how some browsers support IDN:

  1. Internet Explorer 7
  2. Internet Explorer 6
  3. Firefox 2.x
  4. Mozilla 1.7x
  5. Opera 9.1

Examples:

URL IE 7
Firefox 2.x
Opera 9.1
www.þorn.is www.þorn.is www.þorn.is www.þorn.is
bäcker.com bäcker.com/ xn--bcker-gra.com/  bäcker.com/
путин.museum путин.museum путин.museum  путин.museum
I♥NY.museum xn--iny-zx5a.museum/ i♥ny.museum/  i♥ny.museum/
pаypal.museum xn--pypal-4ve.museum/ pаypal.museum/  pаypal.museum/
ibm.com⁄foo.museum ibm.xn--comfoo-rq0c.museum ibm.xn--comfoo-rq0c.museum/ Illegal - Opera does not
allow the fraction-slash
character in URLs at all.
ップã.jp xn--3ca526vzba.jp/
ップã.jp/
ップã.jp/
ップã.co.uk xn--3ca526vzba.co.uk
xn--3ca526vzba.co.uk
ップã.co.uk/
ップãп.jp/
xn--3ca43o0y0dkca.jp/
ップãп.jp/
ップãп.jp/
ップãп.co.uk
xn--3ca43o0y0dkca.co.uk/
xn--3ca43o0y0dkca.co.uk/
xn--3ca43o0y0dkca.co.uk/

Note: For an explanation of a browser's behavior for a particular IDN, please 'mouseover' the text in the browser's column.