Hello,
My aim is to send a post request in the UTF-16 encoding over an HTTP connection.
Tried using the URL::CreatePostInputStream, but postText was sent as UTF-8…
I’m running on WinXP and using the MSVC 7.1 IDE.
Please help.
Thanks,
Sharon
Hello,
My aim is to send a post request in the UTF-16 encoding over an HTTP connection.
Tried using the URL::CreatePostInputStream, but postText was sent as UTF-8…
I’m running on WinXP and using the MSVC 7.1 IDE.
Please help.
Thanks,
Sharon
Does it matter? Surely any http server will accept utf-8, and there’s nothing you can do in utf-16 that can’t be done in utf-8, is there??
That’s correct, preference was to leave server side as is.
Thanks,
Sharon