Closed
Bug 158092
Opened 24 years ago
Closed 24 years ago
Mozilla for BeOS is unable to show in browser proper international file/folder names.
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: sergei_d, Assigned: sergei_d)
References
()
Details
Attachments
(1 file)
|
1.49 KB,
patch
|
timeless
:
review+
darin.moz
:
superreview+
asa
:
approval+
|
Details | Diff | Splinter Review |
Problem is in XPCOM/io/nsNativeCharsetUtils.cpp.
Look at screenshot in URL above.
As BeOS has no real locale information, it fallbacks to western (ISO-****-1)
encoding, which is absolutely wrong even for western languages (German, French
etc.).
We had chance to fix it with blocker bug 151406 but i missed it.
Related bugs - 155374 and 155373.
| Assignee | ||
Comment 1•24 years ago
|
||
BeOS is fine. Thanks to jag on #mozilla!
| Assignee | ||
Comment 2•24 years ago
|
||
Paul, can you check if this patch don't restore those problems with bug 151406 ?
Attachment #91788 -
Flags: review+
Comment 3•24 years ago
|
||
Comment on attachment 91788 [details] [diff] [review]
patch for nsNativeCharsetUtils.cpp
sr=darin
Attachment #91788 -
Flags: superreview+
Comment 4•24 years ago
|
||
Comment on attachment 91788 [details] [diff] [review]
patch for nsNativeCharsetUtils.cpp
a=asa (on behalf of drivers) for checkin to 1.1
Attachment #91788 -
Flags: approval+
| Assignee | ||
Comment 5•24 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•