Hi,
Having trouble with turkish chars.
When sending data with winsock, simulating a browser....if i type :
Test Türkçe
my result is:
Test T
This is how winsock treats this string Türkçe : Test+T%FCrk%E7e
So my question is what do i need to do to to change those special chars to be able to send them with winsock so that the other side(server) can recognize them..??
Cheers!





Reply With Quote