|
 |
aspx thread: View source does not show correct characters
Message #1 by "Juan T. Llibre [MVP]" <j.llibre@c...> on Mon, 29 Jan 2001 14:21:34 -0500
|
|
Hi...
I've translated some of the examples into Spanish.
When the "View Source" link, on the .aspx file,
is used, and the source code is displayed online,
some extended ascii characters are displayed
as question marks, and others are missing.
For example, when
/samples/webforms/validate/validator1.src
is clicked, the following is returned :
La P?na es v?da
instead of the actual source :
La Página es válida.
This problem doesn't affect funcionality.
It only affects source code display.
Can anything be done to solve this ?
I tried playing with the encoding,
and with locale settings. Both failed.
Thanks...
Juan T. Llibre
ASP en Español : http://aspespanol.com/
ASP in English : http://asptracker.com/
ASP.Net En Español :
http://p2p.wrox.com/scripts/lyris.pl?join=aspx_espanol
Message #2 by "Pavel Hromadka" <hromadka@a...> on Mon, 29 Jan 2001 19:21:38 +0100
|
|
Do you have correctly set the responseencoding and fileencoding in
config.web file?
PaJa
-----Original Message-----
From: Juan T. Llibre [MVP] [mailto:j.llibre@c...]
Sent: Monday, January 29, 2001 8:22 PM
To: ASP+
Subject: [aspx] View source does not show correct characters
Hi...
I've translated some of the examples into Spanish.
When the "View Source" link, on the .aspx file,
is used, and the source code is displayed online,
some extended ascii characters are displayed
as question marks, and others are missing.
For example, when
/samples/webforms/validate/validator1.src
is clicked, the following is returned :
La P?na es v?da
instead of the actual source :
La P=E1gina es v=E1lida.
This problem doesn't affect funcionality.
It only affects source code display.
Can anything be done to solve this ?
I tried playing with the encoding,
and with locale settings. Both failed.
Thanks...
Message #3 by "Juan T. Llibre" <j.llibre@c...> on Mon, 29 Jan 2001 15:11:37 -0500
|
|
It's set to utf-8.
I had thought that to display ascii 135,
and 160 through 165, it would be enough.
Any suggestions ?
Juan T. Llibre
ASP Resource : http://asptracker.com/
ASP en Español : http://aspespanol.com/
ASP.Net En Español :
http://p2p.wrox.com/scripts/lyris.pl?join=aspx_espanol
======================================================
----- Original Message -----
From: "Pavel Hromadka" <hromadka@a...>
To: "ASP+" <aspx@p...>
Sent: Monday, January 29, 2001 1:21 PM
Subject: [aspx] RE: View source does not show correct characters
Do you have correctly set the responseencoding and fileencoding in
config.web file?
PaJa
-----Original Message-----
From: Juan T. Llibre [MVP] [mailto:j.llibre@c...]
Sent: Monday, January 29, 2001 8:22 PM
To: ASP+
Subject: [aspx] View source does not show correct characters
Hi...
I've translated some of the examples into Spanish.
When the "View Source" link, on the .aspx file,
is used, and the source code is displayed online,
some extended ascii characters are displayed
as question marks, and others are missing.
For example, when
/samples/webforms/validate/validator1.src
is clicked, the following is returned :
La P?na es v?da
instead of the actual source :
La Página es válida.
This problem doesn't affect funcionality.
It only affects source code display.
Can anything be done to solve this ?
I tried playing with the encoding,
and with locale settings. Both failed.
Thanks...
---
http://www.asptoday.com - the leading site for timely,
in-depth information for ASP developers everywhere.
|
|
 |