Closed Bug 128380 Opened 23 years ago Closed 3 years ago

Cannot create user profile names in Unicode when using DOS command

Categories

(Core :: Internationalization, defect)

x86
Windows 2000
defect
Not set
critical

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.
Blocks: 101606, 104500
Keywords: intl, nsbeta1
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
nsbeta1- per triage
Keywords: nsbeta1nsbeta1-
Summary: Cannot create user profile names in unicode when using DOS command → Cannot create user profile names in Unicode when using DOS command
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: 19 years ago
Resolution: --- → WONTFIX
Mass Reassign Please excuse the spam
Assignee: tetsuroy → nobody
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 → ---
Reassigning Franks old bugs to Jungshik Shin for triage - Sorry for spam
Assignee: nobody → jshin1987
Status: REOPENED → NEW
helped by bug 276588?
QA Contact: ruixu → i18n
Status: NEW → RESOLVED
Closed: 19 years ago3 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.