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

[Solved] Question marks instead of

8 Answers 344 Views
Editor
This is a migrated thread and some comments may be shown as answers.
dnn
Top achievements
Rank 1
dnn asked on 05 Jan 2010, 03:56 PM
hello,

i have some problems with the editor and dotnetnuke version 5.2
i installed the zippackage Telerik.DNN.Modules_2009_2_826_dev.zip and activated the RADeditor.
this works but i have problems with blank spaces and special characters.
but in the web.config from dnn my language settings look like this:
<globalization culture="de-DE" uiCulture="de" requestEncoding="UTF-8" responseEncoding="UTF-8" fileEncoding="UTF-8" />
here you can see my portal where i hvae the ?? instead of the blank spaces:
http://auct.dnn.at/Home/tabid/40/language/de-DE/Default.aspx

editor settings:
where can i change some editor settings?
i'd like to change the root folders for inserting an image, document, flash, media oder template.

thanks for help

regards

michael

8 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 06 Jan 2010, 08:59 AM
Hi Michael,

I examined the provided site and noticed that there are ? symbols not only in the HTML modules but over the entire page and in the other pages too. This means that this is a global configuration problem not related to RadEditor.

My recommendation is to remove the culture="de-DE" and uiCulture="de" attributes from the globalization tag in the web.config and test again the site:

<globalization  requestEncoding="UTF-8" responseEncoding="UTF-8" fileEncoding="UTF-8" />

You can change the language in DNN through the Admin menu but not from the web.config.

You can see how to set the imagespaths in this KB article: DotNetNuke Integration Manual for RadEditor for ASP.NET AJAX.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Atanas
Telerik team
answered on 11 Jan 2010, 12:10 PM
Hi Michael,

I've renamed forum thread name to "Question marks instead of" in order to fix your issue with posting in this forum.

Regards,
Atanas
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
dnn
Top achievements
Rank 1
answered on 11 Jan 2010, 12:12 PM
hi,
 
thanks for the links. the image path configuration works.
but my problem with ??? is already here.
 
i changed my webconfig globalization tag to <globalization requestEncoding="UTF-8" responseEncoding="UTF-8" fileEncoding="UTF-8" />
and at my portal settings i have german as my default language and english is disabled.
but the ?? are already here.
the stane thing is when i log on to the portal the ?? are gone away. only as a noraml internet user i see this,
 
other question:
where can i find the localization files from the editor (RadSpell.xml & SpellDialog.xml).
i sent you three screen shots from my problems.
 
 
thanks for help
0
dnn
Top achievements
Rank 1
answered on 13 Jan 2010, 08:30 AM
hello,

anybody an idea why my characters shown correctly when i'm logged on at the CMS and as anonymous user i see the ??.
thanks for help
0
dnn
Top achievements
Rank 1
answered on 13 Jan 2010, 09:04 AM
i found the problem. it depends to the dotnetnuke version 5.2.0 there must be a error.
after upgrading to 5.2.1 the problem with ?? is gone.
0
Lini
Telerik team
answered on 13 Jan 2010, 04:29 PM
Hi,

We are glad that you managed to solve the problem on your own. I am writing this to inform you that the next RadControls release should fix the problem in the editor as well - it will no longer use the non-breaking space character (unicode 0x00a0, the one that is output as ?) in the content and will replace it with the &nbsp; entity. Until now this was only done in Firefox, but starting with the next update, it will be done in all browsers.

Sincerely yours,
Lini
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Joshua
Top achievements
Rank 1
answered on 20 Jan 2010, 10:30 PM
Lini, when will the next update be released?
0
Lini
Telerik team
answered on 21 Jan 2010, 07:16 AM
Hi Joshua,

The update is available right now from our downloads page for RadControls for ASP.NET AJAX - the fix I mentioned is listed in the release notes for version 2009.3.1314 (http://www.telerik.com/products/aspnet-ajax/whats-new/release-history/q3-2009-sp2-version-2009-3-1314-2367038387.aspx).

If you are using the editor in a DNN site, just update the Telerik.Web.UI.dll file in the bin folder with the new version from our site and then fix any <bindingRedirect> elements you have for Telerik.Web.UI in the web.config (if you are using DNN 5.2 or up).

All the best,
Lini
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
dnn
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Atanas
Telerik team
dnn
Top achievements
Rank 1
Lini
Telerik team
Joshua
Top achievements
Rank 1
Share this question
or