Hi Everybody.
I am streaming Html File.
Dim sReader = New StreamReader(pcFileName)
Dim strInnerHtml As String = sReader.ReadToEnd.ToString
divTemplate.InnerHtml = strInnerHtml
For some reason on the page instead of (') - apostrophe it shows symbol
like this:�
Does anyone know how to fix it?
Thanks in advance
Check and make sure it's a real apostrophe. Some programs create those curly
apostrophies, which come from a font and aren't ASCII values. In this case
they can sometimes appear as a block, which denotes an unknown binary
character.
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression
> Hi Everybody.
>
[quoted text clipped - 10 lines]
>
> Thanks in advance
Leon - 04 Mar 2008 21:54 GMT
Mark, thanks for your reply.
Actualy sometimes it's a real apostrophe, sometimes it's a spanish stress
mark.
Some of our web pages in spanish. What should I do in this case?
> Check and make sure it's a real apostrophe. Some programs create those curly
> apostrophies, which come from a font and aren't ASCII values. In this case
[quoted text clipped - 19 lines]
> >
> > Thanks in advance
you should xlate it to "
-- bruce (sqlwork.com)
> Hi Everybody.
>
[quoted text clipped - 10 lines]
>
> Thanks in advance
Leon - 04 Mar 2008 21:56 GMT
Thanks Bruce.
The problem is that some of our webpages (htm files) in spanish.
Do you know how to fix this problem?
> you should xlate it to "
>
[quoted text clipped - 14 lines]
> >
> > Thanks in advance