I *reaally* don't understand your question.
When I process Server.HTMLDecode("‘")
...what I get as a result is : '
See the sample at : http://asp.net.do/test/HTMLencode.aspx
It's the LAST label in the list, after %3f ...and the code is :
im txtenc2 as String = Server.HTMLDecode("‘")
lblMessage6.Text = txtenc2
It seems to render OK in that test. What is the problem you're seeing ?
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
On Sep 18, 10:00 am, "Juan T. Llibre" <nomailrepl...@nowhere.com>
wrote:
> I *reaally* don't understand your question.
>
[quoted text clipped - 8 lines]
> im txtenc2 as String = Server.HTMLDecode("‘")
> lblMessage6.Text = txtenc2
When I write Server.HTMLDecode("‘") output is as follows
Output: (not printable character so no output)
length of string: 1
Ascii value of character using Asc function: 63
Do I need to change any settings anywhere? In my web.config file
<globalization requestEncoding="utf-8" responseEncoding="utf-8" />
Thanks
> It seems to render OK in that test. What is the problem you're seeing ?
>
[quoted text clipped - 7 lines]
>
> - Show quoted text -
Juan T. Llibre - 18 Sep 2007 19:49 GMT
re:
!> Do I need to change any settings anywhere? In my web.config file
!> <globalization requestEncoding="utf-8" responseEncoding="utf-8" />
I'm using :
<globalization requestEncoding="iso-8859-1" responseEncoding="iso-8859-1" fileEncoding="iso-8859-1" />
Can you test with those settings...and post back the result ?
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
On Sep 18, 10:00 am, "Juan T. Llibre" <nomailrepl...@nowhere.com>
wrote:
> I *reaally* don't understand your question.
>
[quoted text clipped - 8 lines]
> im txtenc2 as String = Server.HTMLDecode("‘")
> lblMessage6.Text = txtenc2
When I write Server.HTMLDecode("‘") output is as follows
Output: (not printable character so no output)
length of string: 1
Ascii value of character using Asc function: 63
Do I need to change any settings anywhere? In my web.config file
<globalization requestEncoding="utf-8" responseEncoding="utf-8" />
Thanks
> It seems to render OK in that test. What is the problem you're seeing ?
>
[quoted text clipped - 7 lines]
>
> - Show quoted text -