Closed
Bug 62374
Opened 24 years ago
Closed 24 years ago
nsPosixLocale::ParseLocaleString() needs to be reworked
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: bstell, Assigned: bstell)
Details
The language/country/extra parsing in nsPosixLocale::ParseLocaleString() needs
to be reworked.
The code needs to look for the '.' to separate the language/country part from
the extra part. The code that parses the language/country needs to look for the
'_' to separate the language country and also to handle longer (3 char) parts.
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•24 years ago
|
Target Milestone: --- → Future
| Assignee | ||
Comment 3•24 years ago
|
||
fixed with the 61108 checkin
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•