Closed
Bug 39946
Opened 25 years ago
Closed 25 years ago
defaultString attribure in nsIFilePicker
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: m_kato, Assigned: pavlov)
Details
from mozilla/widget/public/nsIFilePicker.idl version 3.8, defaultString
attribute is changed from wstring to string.
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&r
oot=/cvsroot&subdir=mozilla/widget/public&command=DIFF_FRAMESET&file=nsIFilePic
ker.idl&rev2=3.8&rev1=3.7
We cannot set default string of DBCS to nsIFilePicker from JavaScript. This
attribute should be wstring.
Comment 1•25 years ago
|
||
pavlov- can we change this back to wstring ? Why you change it from wstrin to
string ?
Please change this back to wstring. We can handle the implementation issues, but
please make sure the API does not damage the Unicode data. Thanks.
Assignee: ftang → pavlov
Severity: normal → blocker
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 3•25 years ago
|
||
fix checked in
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•