iso-8859-1

Hello together I have a question, I want du send Data via an OCX and i have to format the sign after ISO-8859-1 in the moment my code looks like that. In the “red” line i’am trying to set the right format, has anybody a clue what i’m doing wrong? XMLReq.open(‘POST’, URL, FALSE); XMLReq.setRequestHeader(‘Content-Type’, ‘application/x-www-form-urlencoded’); XMLReq.setRequestHeader(‘encoding’, ‘iso-8859-1’); XMLReq.setRequestHeader(‘Connection’,‘Keep-Alive’); XMLReq.send(SendText);