On 14 Apr 2010, at 18:09, Met&Iv wrote: > > We are just trasfering simple strings... the method is something like "Hello > World" nothing more... >
Well, your "simple string" has got a vertical tab in it. The other possibility is that you have got the encoding wrong, but that's really unlikely to cause problems with simple data (the parser will auto detect UTF-8 and UTF-16 and US ASCII is a subset of UTF-8) John Wilson