Open
Bug 1100752
Opened 10 years ago
Updated 2 years ago
Fix typos and case errors in nsICollation
Categories
(Core :: Internationalization, defect, P5)
Core
Internationalization
Tracking
()
NEW
People
(Reporter: rnewman, Unassigned)
Details
Nice to have.
http://mxr.mozilla.org/mozilla-central/source/intl/locale/nsICollation.idl
const long kCollationAccentInsenstive = 2;
and
const long kCollationCaseInSensitive = (kCollationCaseInsensitiveAscii | kCollationAccentInsenstive);
Updated•10 years ago
|
Component: Search → Internationalization
Product: Firefox → Core
Updated•10 years ago
|
Severity: normal → trivial
Version: 36 Branch → Trunk
Updated•5 years ago
|
Priority: -- → P5
Updated•2 years ago
|
Severity: trivial → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•