Hi All,
I am sending data over http by using RHTTPTransaction class.
I able to send a string data to the server.
But when i send data containing special characters, it gives different result.
like if i send data '¼aN±', i received '%BCaN%7F' on server. That is the hex value(e.g. '%BC' & '%7F') of ascii of the special characters(e.g. '¼' & '±') and other character are same.
Can anybody tell me how to send special character over the network.
Any suggestion is welcome.
Thanx in advance.
Regards
Manish



