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

Window title with special characters

3 Answers 219 Views
Window
This is a migrated thread and some comments may be shown as answers.
Benedikt
Top achievements
Rank 1
Benedikt asked on 29 Aug 2018, 02:54 PM

Hi,

I've just upgraded to the version 2018.2.620. I noticed that window.title no longer displays special characters correctly. For example:

In previous version, setting the title to finnish: "Viesti Phoenixistä" rendered correctly "Viesti Phoenixistä". Now the translation of &#228 character does not work anymore.

Are there any solutions to this?

Thanks and regards,
Viktor

3 Answers, 1 is accepted

Sort by
0
Accepted
Ivan Danchev
Telerik team
answered on 31 Aug 2018, 07:13 AM
Hello Viktor,

See this forum thread, which contains more details about the reasoning behind removing the support of special characters and Html inside the Window's title. As a result of this discussion we have logged an enhancement issue for implementing an option to choose whether Html and special characters will be allowed in the title or not. This enhancement has already been completed and will be included in the upcoming release (due in mid September), thus in R3 2018 you would be able to enable special characters in the title.

Regards,
Ivan Danchev
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Ivan Danchev
Telerik team
answered on 31 Aug 2018, 07:45 AM
Hello Viktor,

As a quick follow up here's how the new title.encoded configuration option will have to be set, in order to allow special characters in the title:
title: {
  text: "Viesti Phoenixistä",
  encoded: false
}


Regards,
Ivan Danchev
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Benedikt
Top achievements
Rank 1
answered on 03 Sep 2018, 08:09 AM

Thanks Ivan,

It would be great having the option to choose whether to use html or not. If it's included in the mid September release then it would be fine.

Regards,
Viktor

Tags
Window
Asked by
Benedikt
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Benedikt
Top achievements
Rank 1
Share this question
or