Closed
Bug 137656
Opened 23 years ago
Closed 22 years ago
Uninstall failed if installation folder name contains double byte characters
Categories
(Core :: Internationalization, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: ruixu, Assigned: ssu0262)
Details
(Keywords: intl, regression, Whiteboard: [adt2])
Attachments
(1 file)
9.91 KB,
image/jpeg
|
Details |
Build: 2002-04-12 branch, trunk and mozilla.
OS: JA and SC Windows 98SE, ME, NT4, 2K and XP.
[Steps]
1. Install build into a folder with double byte characters name.
2. After installation, uninstall from Control Panel > Add/Delete Program.
[Actual results]
Got an error as attached, uninstall failed.
Note:
Installer cannot handle double byte characters, may relate to bug 125106.
Comment 2•23 years ago
|
||
reassign to dveditz@netscape.com. This might be a dup of 125106, or it may share
some similarity.
Assignee: yokoyama → dveditz
Comment 3•23 years ago
|
||
This is not a duplicate of bug 125106, although the underlying code is broken in
pretty much the same way. I thought we already had this one, but I can't find
it. (bug 125104 is similar, but not quite).
Status: NEW → ASSIGNED
Updates:
This bug is not reproducible with branch build 20020503 on all support
localized Windows platforms.
Comment 5•23 years ago
|
||
per your comment is this fixed now (hard to believe, looking at the code)? Is it
a duplicate of bug 67027?
No, I think it is due to bug 125106 was checked in.
This bug and bug 125106 might be caused by a same reason, i.e. installer
couldn't handle double-byte locale charset in general.
Bug 67027, bug 143514, etc might be caused by the different reasons:
1. Installer cannot handle some particular chars which are in both double-byte
and high-ascii code page, i.e. particular code points in some locale charset.
2. Installer cannot handle some unicode chars which are not included in locale
charset (only on NT based Windows), i.e. need to improve the current product to
a full unicode support product, (e.g. use WAPI, unicode compile options, etc.).
Updated•23 years ago
|
Keywords: mozilla1.0.1
Comment 7•22 years ago
|
||
i18n triage team: nsbeta1+/adt2
Updated•22 years ago
|
Flags: blocking1.4a?
Keywords: mozilla1.0.1
Updated•22 years ago
|
Flags: blocking1.4a? → blocking1.4a-
Comment 8•22 years ago
|
||
Sean says this was fixed by the checkin for bug 67027.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 9•22 years ago
|
||
Verified fixed on 05-06 trunk build on WinXP-JA, Win98-JA with Japanese characters.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•