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

RadEditör Turkish Carakter Problems

2 Answers 90 Views
Editor
This is a migrated thread and some comments may be shown as answers.
mehmet
Top achievements
Rank 1
mehmet asked on 22 Aug 2013, 07:11 AM
please help me. ı have a rad editör. when ı export content to pdf. turkis carakter convert #. how can ı solve this problem.

2 Answers, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 26 Aug 2013, 03:53 PM
Hello Mehmet,

The described problem is encountered because of the built-in ConvertCharactersToEntities filter.
 
It appears that some characters in the Turkish alphabet are special for HTML and in most cases should be used with HTML entities. On other side these entities break the proper content for the PDF export.  

The solution for this problem is to disable the filter, so that these characters would not be converted to entities and preserve their proper content.
 
Example for disabling a built-in content filter:
protected void Page_Load(object sender, EventArgs e)
{
        RadEditor1.DisableFilter(EditorFilters.ConvertCharactersToEntities);
}

You can find attached a demo project, which could be utilized to test the export functionality with the suggested solution.

Regards,
Ianko
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
mehmet
Top achievements
Rank 1
answered on 26 Aug 2013, 07:46 PM
Hello Lanko.
Thank you for answear. ı just try .
Tags
Editor
Asked by
mehmet
Top achievements
Rank 1
Answers by
Ianko
Telerik team
mehmet
Top achievements
Rank 1
Share this question
or