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

RadEditor customized symbols spanish: Ñ

2 Answers 51 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Henrik
Top achievements
Rank 1
Henrik asked on 20 Jan 2011, 12:54 PM
I want to use the spanish ñ and Ñ in my RadEditor for MOSS 2007.

<symbols>
<!--...-->
<!--spanish-->
    <symbol value="¥" />
    <symbol value="¤" />
<!--...-->
</symbols>

As you see in the code: It doesn't work although the ASCII table told me the numbers 164 and 165. Does anybody got a solution?

2 Answers, 1 is accepted

Sort by
0
Henrik
Top achievements
Rank 1
answered on 20 Jan 2011, 01:32 PM
I don't know why but the numbers 241 and 209 are the right one.
0
Accepted
Rumen
Telerik team
answered on 20 Jan 2011, 01:55 PM
Hi Henrik,

Yes, these are the right entities:

    <symbols>
        <symbol value="&#241;" />
        <symbol value="&#208;" />
...

You can find more character entities in the following site: http://www.fileformat.info/info/unicode/char/d1/index.htm.

All the best,
Rumen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Editor
Asked by
Henrik
Top achievements
Rank 1
Answers by
Henrik
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or