Dean Cleaver [mailto:[EMAIL PROTECTED]] wrote:
> Are these control characters standard, or is this a bug? Standard in unicode, but not necessarily processed correctly by all applications. It's called a byte-order mark(BOM). To get rid of it, construct an instance of UTF8Encoding passing false to the constructor. IIRC, the static instance in the Encoding::UTF8 property includes the BOM, so you can't use it. HTH, Drew You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
