> I think I may have a slight encoding problem with what I am doing.
>
[quoted text clipped - 7 lines]
> I guess these are the byte order marks - however if I edit this doc in
> VS.Net or notepad these chars are not visible.
<snip>
> Could the problem just be with WinDiff?
The only problem is that you've got two documents which are
semantically the same but which aren't represented in the same way.
Assuming the first two bytes are FF FE or FE FF, you're right - they're
byte order marks, and nothing to worry about.

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Donal McWeeney - 28 Nov 2003 13:32 GMT
Hi Jon,
Thanks for the very quick reply...
Thanks
Donal
> > I think I may have a slight encoding problem with what I am doing.
> >
[quoted text clipped - 16 lines]
> Assuming the first two bytes are FF FE or FE FF, you're right - they're
> byte order marks, and nothing to worry about.