This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 5225 - Support for Internationalised Domain Names
Summary: Support for Internationalised Domain Names
Status: NEW
Alias: None
Product: Validator
Classification: Unclassified
Component: check (show other bugs)
Version: HEAD
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL: http://qa-dev.w3.org/wmvs/HEAD/check?...
Whiteboard:
Keywords:
: 7162 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-10-24 17:24 UTC by Alexandre Alapetite
Modified: 2009-08-17 12:40 UTC (History)
3 users (show)

See Also:


Attachments

Description Alexandre Alapetite 2007-10-24 17:24:04 UTC
Copy from http://lists.w3.org/Archives/Public/www-validator/2007Mar/0090.html

The W3C Markup Validation Service apparently does not accept
Internationalised Domain Names in its URL field.

It returns an error 500 "Bad hostname" and a message "Sorry! This
document can not be checked".

Currently, the validator transforms the domain part of an URL in
Unicode UTF-8, while the correct transformation of the domain is in
punycode (RFC 3492).

You can find some examples of such Internationalised DNS here:
http://www.w3.org/International/tests/test-idn.html
(My test was with some French characters with accents such as 'é' in a
subdomain)

Another reference of interest:
"An Introduction to Multilingual Web Addresses"
http://www.w3.org/International/articles/idn-and-iri/

All modern browsers I tested (Opera, Mozilla, Mozilla Firefox,
Internet Explorer, etc.) support this in their current version.

All the best,
Alexandre
http://alexandre.alapetite.fr
Comment 1 Yves Lafon 2009-08-17 12:40:19 UTC
*** Bug 7162 has been marked as a duplicate of this bug. ***