-
Improvement
-
Resolution: Fixed
-
Normal
-
None
-
None
We already show the local part of a URL to the user in decoded form; e.g., the URL http://en.wikipedia.org/wiki/Franz_W%C3%BCllner will be displayed as http://en.wikipedia.org/wiki/Franz_Wüllner. We should do the same with Internationalized Domain Names that use Punycode; e.g., we should display http://ピクソン.com/ instead of http://xn--pck2a5d5f.com/. (The form with both parts in Unicode is termed the internationalized resource identifier, IRI.)