Closed
Bug 802979
Opened 12 years ago
Closed 12 years ago
EncodingUtils should use ASCII-only lower casing
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 801487
People
(Reporter: hsivonen, Unassigned)
References
(Blocks 1 open bug, )
Details
EncodingUtils uses ToLowerCase on an UTF-16 string. To avoid matching İ with i, nsContentUtils::ASCIIToLower should be used instead.
Comment 1•12 years ago
|
||
The fix and a test is included a patch attached in bug 801487.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Comment 2•12 years ago
|
||
> is included a patch
is included *in* a patch
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•