Closed
Bug 693035
Opened 13 years ago
Closed 13 years ago
find should normalize strings for equivalents
Categories
(SeaMonkey :: Find In Page, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 374795
People
(Reporter: psychonaut, Unassigned)
Details
When searching for text on a webpage precomposed characters are not
found/searched as their equivalent characters according to Unicode.
Example:
- a page has "école" that's with <U+00E9 LATIN SMALL LETTER E WITH ACUTE>.
- search for "é" <U+0065 LATIN SMALL LETTER E;U+0301 COMBINING ACUTE ACCENT>
Result, "école" is not a match yet "é" should match "é"
Reproducible: Always
The same issue has been reported for Firefox as Bug 374795.
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•