Hi. I use a kix32-script to set a number of parameters which are run by wget.exe. It works fine, but wget can´t read the swedish characters å,ä and ö
ex
.....
$COMMAND="SetUser.aspx?id="+@USERID+"&computer="+@WKSTA+"&name=Örbän Åhlünge"
.....
SHELL $WGET+'"'+$APPSERVER+$COMMAND+'"'

In the cmd-window for wget.exe the following appears:
.... setuser.aspx?id=p44son&computer=kalles&name=%D&rb%E4%20%C5hl%FCnge

wget ignors the swedish characters.

Anyone knows any solution concerning this? Either changing in kix32-script or by using something else than wget?

Most thankfull for help
Stefan

[ 05. June 2003, 11:09: Message edited by: Stefan Olsson ]