L
leticia larrosa
Hi,
I try to read a file that have 8 bit character, but contain some
character
whose code is more than 128 (spanish character).
When I read this file using ASCII (Dim oRead As StreamReader = New
StreamReader("C:\...\name.txt", System.Text.Encoding.ASCII)), this
special characters aren't appear.
If I try red this file with some unicode like UTF-8(the defualt
encodign for the OpenText() ) of course that did't work, because of
this character don't have 16 bit.
I'm not an expert of unicode matter.
Can someone help me reading this type of file for show his content in
web page.
Thank
I try to read a file that have 8 bit character, but contain some
character
whose code is more than 128 (spanish character).
When I read this file using ASCII (Dim oRead As StreamReader = New
StreamReader("C:\...\name.txt", System.Text.Encoding.ASCII)), this
special characters aren't appear.
If I try red this file with some unicode like UTF-8(the defualt
encodign for the OpenText() ) of course that did't work, because of
this character don't have 16 bit.
I'm not an expert of unicode matter.
Can someone help me reading this type of file for show his content in
web page.
Thank