Hi,

I'm trying to send some data previously converted to utf-8 to a server using a post method.

Basically this is what I'm doing:

    socket1.SetRequestHeader("Content-type","charset=UTF-8")
    result=socket1.post(url,Audioscrobbler.HTTPTIMEOUT)


url is the utf-8 encoded url to send to server (for ex: url=http:// 62.216.251.205/protocol_1.1?u=usr&s=Testß)

Is this the correct way to tell the destination server I'm sending UTF-8 encoded data? It seems it's not working as destination server shows the received string (s) as Testß

Tomas_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to