Closed
Bug 1051892
Opened 11 years ago
Closed 11 years ago
Fix comments in PSL
Categories
(Core Graveyard :: Networking: Domain Lists, defect)
Core Graveyard
Networking: Domain Lists
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla34
People
(Reporter: gerv, Assigned: gerv)
Details
Attachments
(1 file)
|
1.36 KB,
patch
|
Details | Diff | Splinter Review |
Steve Sheng writes:
Hi Jothan and Gerv,
I have downloaded the latest version of the PSL to do some analysis for
the SSAC, and I come across some inconsistencies:
1. In the PSL
// xn--30rr7y : 2014-06-13 Excellent First Limited
xn—30rr7y
>> Shouldn’t the U-label be displayed here?
FYI, from our python code:
// xn--30rr7y : 2014-06-12 Excellent First Limited
慈善
2. In the PSL
// xn--9et52u : 2014-06-13 RISE VICTORY LIMITED
xn--9et52u
>> Shouldn’t the U-label be displayed here?
FYI, from our python code:
From ICANN’s python code
// xn--9et52u : 2014-06-12 RISE VICTORY LIMITED
时尚
3.
In the PSL
// xn--vermgensberater-ctb : 2014-06-23 Deutsche Vermögensberatung
Aktiengesellschaft DVAG
xn--vermgensberater-ctb
// xn--vermgensberatung-pwb : 2014-06-23 Deutsche Vermögensberatung
Aktiengesellschaft DVAG
xn--vermgensberatung-pwb
>> Shouldn’t the U-label be displayed here?
FYI, from our python code, which gave the wrong output.
// xn--vermgensberater-ctb : 2014-06-23 Deutsche Verm<F6>gensberatung
Aktiengesellschaft DVAG
verm<F6>gensberater
// xn--vermgensberatung-pwb : 2014-06-23 Deutsche Verm<F6>gensberatung
Aktiengesellschaft DVAG
verm<F6>gensberatung
NOTE: here our python code is unable to handle this. It should really be:
xn--vermgensberater-ctb, vermögensberater (U-label)
xn--vermgensberatung-pwb,vermögensberatung (U-label)
Thanks,
Kind regards,
Steve
| Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → gerv
Status: NEW → ASSIGNED
Comment 3•11 years ago
|
||
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Updated•11 years ago
|
Flags: qe-verify-
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•