J
Jacco
Hi,
I have this simple textfile I want to read from disk. It works fine, only
characters like ö ÿ and ü are skiped during the import.
I open a streamreader like this:
sr = System.IO.File.OpenText(QUESTIONS_FILENAME)
And read each line like this:
SingleLine = sr.readline()
Any hints, tips or workarounds how to solve this?
Any help is greatly appreciated!
thx! Jacco
I have this simple textfile I want to read from disk. It works fine, only
characters like ö ÿ and ü are skiped during the import.
I open a streamreader like this:
sr = System.IO.File.OpenText(QUESTIONS_FILENAME)
And read each line like this:
SingleLine = sr.readline()
Any hints, tips or workarounds how to solve this?
Any help is greatly appreciated!
thx! Jacco