Closed
Bug 192154
Opened 23 years ago
Closed 17 years ago
Non-native characters file name are saved as corrupted in download dialog
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: amyy, Assigned: jshin1987)
References
Details
(Keywords: intl, regression, Whiteboard: [adt3])
Attachments
(1 file)
31.20 KB,
image/jpeg
|
Details |
Build: 02-05 trunk build / WinXP-JA
Steps to reproduce:
1. Launch browser, and load some pages which has different language encode than
OS locale, e.g. http://www.joins.com, http://www.sina.com.cn
2. The pages are loaded/displayed fine.
3. File | Save Page As.
- The non-ascii characters are displaye fine in Save As dialog.
4. Click OK to process the save, and look into the download manager dialog.
Result:
The non-native double byte characters are displayed garbled. - please refer to a
following screen shot.
And open they are displayed garbled in window explore also.
Note:
1. IE can save the file names correctly into windows file system.
2. This place used displayed as escaped characters - bug 173578.
1. IE save
Reporter | ||
Comment 1•23 years ago
|
||
This also happens after I applied the IDN support.
I assume this is a regression?
Is this related to the changing to a Windows Unicode application?
Reporter | ||
Comment 4•23 years ago
|
||
It's a regression. Even though there are different behaviors before and after
convert to unicode windows app. The title and file name are not showed correct
in browser window and Save As dialog; so before we have type a correct name into
save as dialog, then we won't hit this problem. And now, the characters are
displayed fine in title and save as dialog, but has problem in download manager
and OS file system.
Looks like this is indeed because of MOZ_UNICODE change (11-08-02), I have
checked this on 11-08 and 11-11 trunk build. On 11-11 trunk build, the file
name is displayed fine in Save As dialog, but somehow, you can not see anything
in download manager dialog (blocked by core bug); but I checked the file name in
windows explore, the characters are garbled.
Keywords: regression
Comment 6•22 years ago
|
||
i18n triage team: nsbeta1+/adt3
Assignee | ||
Comment 7•21 years ago
|
||
Need to test with a recent nightly
Comment 8•17 years ago
|
||
This now works for me.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•