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]

problems with run


Upgrade from run-1.1.6-1 to run-1.1.10-1 gives me problems.
Variables that have national chars gets wrong codepage
I have narrowed it down so that 1.1.6 works but not 1.1.7

Full story my user Administratör has a swedish char.
But now in cygwin it is using the "dos" codepage version not the windows one.
So home etc is wrong

Wrong version  (in xterm via run)
$ set |grep ^HOME=
HOME=$'/home/Administrat\224r'

Administratör@baf-barbar /tmp/run/run.1.1.6
$ echo $HOME
/home/Administratr


OK version: (in xterm via start)
$ set |grep ^HOME=
HOME=$'/home/Administrat\366r'

Administratör@baf-barbar /tmp
$  echo $HOME
/home/Administratör


-- 
Bengt-Arne Fjellner



--
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]