string encoding problem
Status: Beta
Brought to you by:
cmorley
I'm using the library with both linux and windows OS. The problem is that the Linux server receives successfully windows strings (std::string with containing ASCII encoded) but fails when receiving Linux client strings (std::strings UTF-8 encoded). I don't know why std::strings in Linux are UTF-8 encoded, but it is very rare to see how the Linux server can parse correctly windows string but can't parse linux client strings. Any idea???
Thanks in advance.
Vicente Sirvent.