Re: to read a textfile regarding his format

Tech-Archive recommends: Fix windows errors by optimizing your registry



I don't think that it helps because a system.text.encoding.default gives a
ANSI encoding and mentioning nothing gives UTF8

<arthurjr07@xxxxxxxxx> wrote in message
news:1147656334.913759.12200@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
try this, maybe this will help.

Dim myStreamWriter As New StreamWriter(FileName, False,
System.Text.Encoding.Default)



.