Closed
Bug 238642
Opened 21 years ago
Closed 21 years ago
environment variable LC_TIME=en_DK on en_US system hoses chatzilla
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mrmazda, Assigned: mkaply)
Details
Attachments
(1 file)
3.89 KB,
patch
|
jhpedemonte
:
review+
|
Details | Diff | Splinter Review |
OS/2 trunk 200403219 using Modern
To reproduce:
1-set LC_TIME=en_DK into environment on en_US system
2-start Chatzilla
Actual results:
1-unusable Chatzilla
Expected result:
1-normal working Chatzilla
Assignee | ||
Comment 1•21 years ago
|
||
If the creation of a locale fails, we should have a default - the C locale.
The problem here was that en_DK fails and we just bailed and left Mozilla in a
bad state.
Assignee | ||
Updated•21 years ago
|
Attachment #144751 -
Flags: review?(pedemont)
Comment 2•21 years ago
|
||
Comment on attachment 144751 [details] [diff] [review]
Handle errors gracefully
Glad to see you removed those damned /* endif */ comments!
Attachment #144751 -
Flags: review?(pedemont) → review+
Assignee | ||
Comment 3•21 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•