Menu

#3 string encoding problem

open
nobody
None
5
2010-01-15
2010-01-15
Anonymous
No

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.

Discussion


Log in to post a comment.