Hi alan,

Thanks for your response.

Actually, it think its bizarre too, but it the way a library im using
does it. :)

[EMAIL PROTECTED], sudgested it could be a encoding problem.

And its true.. LANG=C does solve the thing.


Anyway, is this a bug?


thanks!

El mar, 04-12-2007 a las 21:07 +0000, Alan McGovern escribió:
> Attach a compilable testcase so the behavior can be checked. That'll
> make it easier to spot the issue. The only thing i'd say is that the
> way you've created the streamwriter is probably the most bizarre way
> i've ever seen. It's identical to this: 
> 
> StreamWriter writer = new StreamWriter(socket.GetStream());
> 
> except you're creating two additional streamwriters for some unknown
> reason. The additional bytes could be a byte order mark. What happens
> if you do a .Receive() in c#, do you get just the 5 bytes? 
> 
> Alan.
> 
-- 
Phillip N. <[EMAIL PROTECTED]>

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to