Closed Bug 1037444 Opened 10 years ago Closed 10 years ago

UTF-16 uppercase

Categories

(Core :: Internationalization, defect)

defect
Not set
normal

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.
intl code does this, not the core string code.
Component: String → Internationalization
Fantastic, is there already an API to use? (could not find any, intl is not my area..) or do we need to introduce it?
You mean like the ToUpperCase function in nsUnicharUtils?
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.