Tagged Questions

4
votes
4answers
827 views

StreamWriter and UTF-8 Byte Order Marks

I'm having an issue with StreamWriter and Byte Order Marks. The documentation seems to state that the Encoding.UTF8 encoding has byte order marks enabled but when files are being written some have the ...
2
votes
1answer
530 views

C#: “Swedish” characters in Xpath when parsing Lating1Encoded docs

I've a set of html docs that I need to parse. They are encoded in Latin1Encoded. I'm using HtmlAgiliy pack for "parsing". I have a Xpath query (with swedish characters) that I can't get to work ...
1
vote
4answers
66 views

Detect if file contains text [closed]

Possible Duplicate: How can I determine if a file is binary or text in c#? C# - Check if File is Text Based To better understand multi threading and asynchronous tasks, I wrote a simple ...