? key and stream reader

D

Daryl Davis

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Anyone know why the IO.StreamReader ignore ? ? I would like to use
it but it refuses to acknowledge it.

Daryl Davis

-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0.2

iQA/AwUBQBGknkHxCdI8f75rEQItzgCggJJ69aoJ5UVP5uhdNxI+ElQ/DtUAn3mx
QOc7obxzJbWlf9589sd+CiNy
=ulD1
-----END PGP SIGNATURE-----
 
H

Herfried K. Wagner [MVP]

* "Daryl Davis said:
Anyone know why the IO.StreamReader ignore ? ? I would like to use
it but it refuses to acknowledge it.

What does it ignore? Question marks ("?")? Are you sure you are using
the right encoding when reading the file? Specify 'Envoding.Default' in
the 2nd parameter of the 'StreamReader''s constructor to read the file
using the current codepage.
 
D

Daryl Davis

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

It ignores the Euro Symbol. Funny how also ignores it too.
Daryl Davis


Herfried K. Wagner said:
What does it ignore? Question marks ("?")? Are you sure you are
using the right encoding when reading the file? Specify
'Envoding.Default' in the 2nd parameter of the 'StreamReader''s
constructor to read the file using the current codepage.

-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0.2

iQA/AwUBQBG93UHxCdI8f75rEQLDgQCg/F7KsJnHtHiTk/TlwRhgQgCBuzQAnjcV
7uTSwrefsdhrnje7toBH2Png
=vPwL
-----END PGP SIGNATURE-----
 
D

Daryl Davis

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I meant to type funny how the news group ignores it also.
It ignores the Euro Symbol. Funny how also ignores it too.
Daryl Davis

-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0.2

iQA/AwUBQBHBFUHxCdI8f75rEQLtNwCgixUPz02iBSZitlR8QU3/ci4r+YAAoPOc
eUQzXy7DtdE1REDTBKDqAs5C
=Iz6N
-----END PGP SIGNATURE-----
 
H

Herfried K. Wagner [MVP]

* "Daryl Davis said:
It ignores the Euro Symbol. Funny how also ignores it too.

Did you read my post and did the suggestion (playing with the encoding)
work?
 
A

Armin Zingler

Daryl Davis said:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Is your PGP stuff really necessary? A little confusing (for me) to read.
Probably I'll get flamed again (not by you but by who-knows) when saying it
is at least not common usage, well, I'd even say you should not do it.
 
C

Cor

Hi Daryl,

Is there maybe something with your code set on your computer, because with
me all messages from you look a little different than normal.

A lot of things in uppercases and strange words at the bottom?

Cor
 
H

Herfried K. Wagner [MVP]

* "Daryl Davis said:
I meant to type funny how the news group ignores it also.

Yep. Some messages are encoded using a format which doesn't support the
Euro symbol.
 
D

Daryl Davis

I have not played with the encoding yet. As soon as I get it to work I will
let you know

Daryl Davis (leaving PGP out)
 
D

Daryl Davis

I am unable to get it to work. Streamreader appears not to have an option
to read in under encoding.
Daryl Davis
 
H

Herfried K. Wagner [MVP]

* "Daryl Davis said:
I have not played with the encoding yet. As soon as I get it to work I will
let you know

Which encoding does your file use?
 
D

Daryl Davis

I wish it was. I am going to try writing the files in Binary and retreive
them that way. I hope that will fix my problem.
Daryl Davis
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top