I have a txt file containing national characters (Umlauts).
If reading in that file with:
FileOpen(MyFile,"some.txt",cRead)
...
s = FileRead(MyFile)
national characters are replaced with a question mark character.
How kann I read the file correctly.
I think somehow the encoding (Codepage,"ISO-8859_1") of the file should be specified.
Any ideas?
If reading in that file with:
FileOpen(MyFile,"some.txt",cRead)
...
s = FileRead(MyFile)
national characters are replaced with a question mark character.
How kann I read the file correctly.
I think somehow the encoding (Codepage,"ISO-8859_1") of the file should be specified.
Any ideas?