Z
Zhiv Kurilka
Hi,
I have a text file with following content:
"((^)|(.* +))§§§§§§§§"
if I read it with:
k=System.IO.StreamReader( "file.txt",System.Text.Encoding.ASCII);
k.readtotheend()
Then "§" is lost
If read it with UTF7
then "+" is lost.
Please help, how can I read the file into string so that I have all
characters?
Thancs
I have a text file with following content:
"((^)|(.* +))§§§§§§§§"
if I read it with:
k=System.IO.StreamReader( "file.txt",System.Text.Encoding.ASCII);
k.readtotheend()
Then "§" is lost
If read it with UTF7
then "+" is lost.
Please help, how can I read the file into string so that I have all
characters?
Thancs