By
Hector Sosa, Jr
@
2/5/2009 | | I'll look into this. I can't promise that I'll get to this right away, as I don't have much experience dealing with text encodings. It's low priority for now, but I will get to it eventually. |
|
|
By
curber
@
7/31/2009 | StreamReader sr = new StreamReader("filepath", true/*detectEncodingFromByteOrderMarks*/)。//auto dect encode
sr.CurrentEncoding //text file encode.
pls try it. |
|
|
By
Hector Sosa, Jr
@
10/28/2009 | | Thanks for the code! I'm almost back up to speed at my new house. I'll look into this as soon as I finish setting up my development environment on my new workstation. |
|
|
By
Hector Sosa, Jr
@
12/27/2009 | | This is now working in version 2.0 |
|
|
|
|