This is a migrated thread and some comments may be shown as answers.

Foreign chars, strange behavior

3 Answers 46 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Oscar
Top achievements
Rank 1
Oscar asked on 08 Apr 2010, 03:44 PM
Hello
In an aspx project, I have two (very similar) pages that use a number of Telerik controls.
In both pages foreign chars like ó, é   (vowels with tilde) are directy types for example in labels, and some other places
However, in one of the pages these characters display ok, in the other page they display as square boxes.

I am not using resource files, and cannot find any significant differences in the encoding, neither in aspx or aspx.vb files. Both pages use the same master page.
I attach the screenshots (screenok, screenbad) and the respective code (codeok, codebad).

Of course if I use HTML encoding (ó instead of ó) they show ok in every case, but it is a real pain...
What am I missing?

TIA

3 Answers, 1 is accepted

Sort by
0
Oscar
Top achievements
Rank 1
answered on 08 Apr 2010, 03:46 PM
I mean  foreign chars like ó, é   (vowels with tilde) are directy typed from the keyboard using the VS IDE
0
Accepted
T. Tsonev
Telerik team
answered on 08 Apr 2010, 05:39 PM
Hi Oscar,

Please, make sure that you're saving the files as Unicode - UTF-8 with signature from File -> Advanced Save Options in VS. If this doesn't help try adding a meta tag:

<meta http-equiv="content-type" content="text/html; charset=utf-8" />

I hope this helps.

Sincerely yours,
Tsvetomir Tsonev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Oscar
Top achievements
Rank 1
answered on 11 Apr 2010, 10:30 PM
Thanks, Advanced Save Options did the trick, as a backup mechanism I added the HTTP-Equiv tag to my master page.
Regards
Tags
General Discussions
Asked by
Oscar
Top achievements
Rank 1
Answers by
Oscar
Top achievements
Rank 1
T. Tsonev
Telerik team
Share this question
or