Closed
Bug 108782
Opened 23 years ago
Closed 11 months ago
execute() can't handle args with i18n chars that aren't Latin-1
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: curt, Assigned: jshin1987)
References
Details
(Keywords: intl)
(From Dan Veditz)
In /cvsroot/mozilla/xpinstall/src/nsInstallExecute.cpp,v:
>+ cArgs[argc++] = ToNewCString(mArgs);
mArgs is unicode, isn't it? I realize the code already converted this way
before, but we should at least file a bug that execute() can't handle
args with i18n chars that aren't Latin-1.
(several other places need to be fixed to make it really work anyway).
Comment 1•23 years ago
|
||
not installer...
Assignee: curt → syd
Component: Installer → Installer: XPInstall Engine
QA Contact: bugzilla → jimmylee
Assignee | ||
Updated•21 years ago
|
Assignee: curt → jshin
Updated•15 years ago
|
QA Contact: jimmykenlee → xpi-engine
Updated•9 years ago
|
Product: Core → Core Graveyard
Status: NEW → RESOLVED
Closed: 11 months ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•