Closed
Bug 128380
Opened 23 years ago
Closed 4 years ago
Cannot create user profile names in Unicode when using DOS command
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
WONTFIX
Future
People
(Reporter: ruixu, Assigned: jshin1987)
References
Details
(Keywords: intl)
Steps: 1. Use command "netscp6 -createprofile <double-byte chars in unicode>" to create an user profile. 2. Start Profile Manager, look at the user profiles. Actual: The user perfile name cannot be created, or it is corrupted.
This is a bug separated form bug 101581.
Comment 2•23 years ago
|
||
We will not be able to support unicode commandline; since all the char passed to mozilla is char* not wchar* (see the online help below and 116711 for more info) ======== MSVC++ online help =============== main( int argc, char *argv[ ], char *envp[ ] ) { program-statements } wmain( int argc, wchar_t *argv[ ], wchar_t *envp[ ] ) { program-statements } The main function marks the beginning and end of program execution. A C or C++ program must have one function named main. If your code adheres to the Unicode programming model, you can use the wide-character version of main, which is wmain. ========== online help end ==========================
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Updated•22 years ago
|
Summary: Cannot create user profile names in unicode when using DOS command → Cannot create user profile names in Unicode when using DOS command
Comment 4•20 years ago
|
||
I think both roy and me are off mozilla for more than 2 years. If these bugs are still here now, I think the real stauts is 'won't fix'. If you want to reopen it, please find a new owner for it first.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
Comment 6•20 years ago
|
||
Mass Re-opening Bugs Frank Tang Closed on Wensday March 02 for no reason, all the spam is his fault feel free to tar and feather him
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Comment 7•20 years ago
|
||
Reassigning Franks old bugs to Jungshik Shin for triage - Sorry for spam
Assignee: nobody → jshin1987
Status: REOPENED → NEW
Comment 8•18 years ago
|
||
helped by bug 276588?
Updated•15 years ago
|
QA Contact: ruixu → i18n
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 20 years ago → 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•