The problem I am experiencing is rather simple, and I have some ideas what
it might be, but I'm not certain how to tackle it effectively.
In some of the documents the stream read from the database contains strange
symbolic characters, often in place of apostrophes, or other punctuation
marks. I am assuming this a is a character-set problem, but any insight if I
am on the right track, or how to confirm or avoid this, would be greatly
appreciated.
The problem seems especially to occur whenever I use a TextReader class of
any flavour to parse the document.
Thanks again for any ideas.
Rather than using File.Open, you can create the StreamReader or
StreamWriter directly using the Encoding.Default encoding.
Phil Haack
Mgr, Software Engineering
Solien Technology, Inc.
"Frank Buchan" <future_...@hotmail.com> wrote in message news:<ewjGXkl4...@TK2MSFTNGP12.phx.gbl>...
"Phil Haack" <haa...@yahoo.com> wrote in message
news:498aa162.03030...@posting.google.com...