Closed
Bug 1037444
Opened 10 years ago
Closed 10 years ago
UTF-16 uppercase
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mayhemer, Unassigned)
References
Details
For NTLMv2 implementation we need full support for uppercase of UTF-16 string, for all characters, like š -> Š etc.
Andrew Bartlett suggests to use the following table: http://www.unicode.org/faq/casemap_charprop.html
Checking the code tells me we don't support this at all.
Comment 1•10 years ago
|
||
intl code does this, not the core string code.
Component: String → Internationalization
Reporter | ||
Comment 2•10 years ago
|
||
Fantastic, is there already an API to use? (could not find any, intl is not my area..) or do we need to introduce it?
Comment 3•10 years ago
|
||
You mean like the ToUpperCase function in nsUnicharUtils?
Reporter | ||
Comment 4•10 years ago
|
||
Boris, thanks! That's it, I wasn't able to find it first time.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•