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

Special Carachters

1 Answer 43 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Dennis Nielsen
Top achievements
Rank 1
Dennis Nielsen asked on 08 Jun 2010, 01:52 PM
Hello there.

I have just upgraded to the newest telerik component from using the 2008 version.

The only problem is that in 2008 the letter 'æ' stod as it does in the html code, wich is what i saves to the database. But not i stands as æ wich conflicts with the purpose of the text i need to save. Is there any way to change this encoding.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 08 Jun 2010, 02:59 PM
Hi Dennis,

There is a new content filter in the latest version of RadEditor named ConvertCharactersToEntities which converts the special characters to entities. You can disable it by setting

RadEditor1.DisableFilter(Telerik.Web.UI.EditorFilters.ConvertCharactersToEntities);

in the codebehind. You can test how the content filters work in this live demo: Built-in Content Filters.


Best regards,
Rumen
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.
Tags
Editor
Asked by
Dennis Nielsen
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or