Hi,
I am puzzled by the following and seeking some assistance to help me
understand what happened. I have very limited encoding knowledge.
Our SAP system writes out a text file which includes German characters.
1. When I use StreamReader(Sy stem.String filepath) without specifying an
encoding method, the German characters such as Ä are lost when I do a
ReadLine()
I understand...