> As you found, sometimes the .net framework actually does a utf-16 > encoding when you ask it for utf-8. This has nailed me recently when > trying to use webservices. I ended up having to add and remove the > 'marker' bytes (0xff, 0xfe) at the front of the byte array to get it > to work properly.
Are you encoding using the io framework rather than the text encoding framework? -David Waite
