Closed
Bug 24809
Opened 25 years ago
Closed 25 years ago
[choose folder] cannot displayed Japanese folder name.
Categories
(Core :: Internationalization, defect, P3)
Core
Internationalization
Tracking
()
People
(Reporter: m_kato, Assigned: bugs)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
- Step
1. select [Edit] - [Preferences...]
2. select [Advanced] - [Cache] item.
3. click [Choose Folder...] buttom.
4. select Japanese folder name (i.e. C;\¥Æ¥¹¥È)
5. click [OK]
- Result
[Disk cache folder item] is "C;\eXg", not "C;\¥Æ¥¹¥È".
Comment 1•25 years ago
|
||
I believe this problem is caused by the nsFileSpec which do not use PRUnichar*
or nsString in the interface but using char*. Assign to trudelle and CC erik and
don. Please define your interface using PRUnichar* and nsString instead of
char*. Otherwise, we have no way to have a good i18n story. Thanks.
Assignee: ftang → trudelle
Comment 2•25 years ago
|
||
reassigning to dougt, who (I think) owns these APIs.
Assignee: trudelle → dougt
Reporter | ||
Comment 4•25 years ago
|
||
Changed Platform and OS due to repro on MacOS 8.6
thanks, ayatsuki san.
OS: Windows NT → All
Hardware: PC → All
Comment 5•25 years ago
|
||
This component should be using nsIFile as it return UTF8 strings.
Reporter | ||
Comment 6•25 years ago
|
||
On BUG 23384, nsFileWidget was fixed.
So, you should fix nsFileSpec and nsSimpleCharString.
Reporter | ||
Comment 7•25 years ago
|
||
In BUG 22863, I added nsFileSpec::GetNativePathString method.
Probebly, using this method, this bug will be able to fix.
Assignee | ||
Comment 9•25 years ago
|
||
require nsIFilePicker, as there is no UI presently for nsIFile.
pushing out.
Status: NEW → ASSIGNED
Target Milestone: M15 → M20
Reporter | ||
Comment 10•25 years ago
|
||
Reporter | ||
Comment 11•25 years ago
|
||
add CCing ftang, and depends of 28424
This problem is bad cast in nsFilePath::nsFilePath(const nsString& inString,
PRBool inCreateDirs). (not nsIFilePicker)
please review and check-in.
Blocks: 28424
Reporter | ||
Comment 12•25 years ago
|
||
*** This bug has been marked as a duplicate of 23705 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•