This repository was archived by the owner on Apr 6, 2021. It is now read-only.
This repository was archived by the owner on Apr 6, 2021. It is now read-only.
decodeForHTML returns same character for Ù and ù #11
Open
Description
What steps will reproduce the problem?
1. decodeForHTML returns same character for Ù and ù This is true
for all named entities with upper/lower case versions.
What is the expected output? What do you see instead?
Ù should return upper case U with accent, and ù should return
lower case u with accent.
What version of the product are you using? On what operating system?
Latest version on Linux.
Please provide any additional information below.
In HTMLEntityCodec.js, you should probably not do a case insensitive look-up at
the end of the getNamedEntity function.
Thanks!
Original issue reported on code.google.com by [email protected]
on 5 Aug 2012 at 9:19