Closed
Bug 318112
Opened 20 years ago
Closed 20 years ago
Make sure IDN-format TLDs can be supported
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: usenet, Assigned: usenet)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
16.79 KB,
image/png
|
Details |
There are current proposals for the creation of IDN-format DNS top-level domains. Since it looks likely that this will happen sooner or later, we should make sure that the infrastructure for supporting these is ready in time.
In theory, the current IDN and IDN-display-by-TLD logic will probably work with few or no changes to the existing code; however, this needs to be tested, and bugs filed for any extra work that needs to be done to support IDN-format TLDs.
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•20 years ago
|
Assignee: nobody → usenet
Status: ASSIGNED → NEW
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•20 years ago
|
||
As hoped, the existing code works.
Tested using stock Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
using the following in /etc/hosts:
127.0.0.1 test.xn--fiq228c
with the following boolean config variable set in about:config:
network.IDN.whitelist.xn--fiq228c true
and visiting
http://test.xn--fiq228c/
displays:
http://test.<Chinese characters>/
where <Chinese characters> are (hopefully, if I've got this right) the Hanji for "Chinese" in Chinese.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Comment 2•20 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•