This is the mail archive of the cygwin mailing list for the Cygwin project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
(2) With Chinese characters, most variables are lost:
C:\Profiles\Shecti\æè>bash -c "cmd /c set"
COMSPEC=C:\WINDOWS\system32\cmd.exe
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.JS;.WS
PROMPT=$P$G C:\Profiles\Shecti\test>bash -c "cmd /c set h"
HOME=C:\Profiles\Shecti
HOMEDRIVE=C:
HOMEPATH=\Profiles\Shecti
hello=Hello C:\Profiles\Shecti\test>bash -c "cmd /c set h"
HOME=C:\Profiles\Shecti
HOMEDRIVE=C:
HOMEPATH=\Profiles\Shecti
hello=äå C:\Profiles\Shecti\test>bash -c "env hello=äå cmd /c set h"
HOME=C:\Profiles\Shecti
HOMEDRIVE=C:
HOMEPATH=\Profiles\Shecti
hello=äå C:\Profiles\Shecti\test>set h
HOMEDRIVE=C:
HOMEPATH=\Profiles\Shecti C:\Profiles\Shecti\test>bash -c "env CWD=äå cmd /c set c"
CLIENTNAME=Console
COMMONPROGRAMFILES=C:\Program Files\Common Files
COMPUTERNAME=CLSVM
COMSPEC=C:\WINDOWS\system32\cmd.exe
CWD=äå C:\Profiles\Shecti\test\äå>bash -c "cmd /c set h"
çååé h ææåä (Error: no environ variable starts with 'H')Attachment:
cygcheck.out
Description: Text document
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |