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

Help with Unicode character

3 Answers 499 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 18 Oct 2017, 12:36 PM

Could someone help with adding the following Unicode character to a tables textbox.  I have been asked to add the following service mark character (U+2120) which resolves to "SM" to the end of a string.  For some reason when I add this and try to save the report, I am getting the following error.  "Some unicode characters in this file could not be saved in the current codepage. Do you want to resave this file as unicode in order to maintain your data?"

 

I need to add a string to the table cell textbox as follows "Some test for textbox (℠)"

 

Thanks

 

Dave.

 

3 Answers, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 18 Oct 2017, 02:16 PM
Hi David,

Thank you for writing.

Can you please specify the product and control you are using? A sample code snippet demonstrating the setup on your end would also help.

Looking forward to your reply.

Regards,
Hristo
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
David
Top achievements
Rank 1
answered on 18 Oct 2017, 02:29 PM

Hristo:  Thanks for the quick response.  I have solved this issue.  I was trying to add a service mark "sm" to a tables textbox in a report.  The solution was VB related and had nothing to do with the actual report.  To add add Unicode service mark to the report, you simply add it in the reports source.

sample:  Me.TextBox1.Value = "Text to display" + ChrW(8480)

 

Thanks 

Dave.

0
Hristo
Telerik team
answered on 19 Oct 2017, 03:20 PM
Hello David,

Thank you for the update. I am glad that you have resolved the issue.

Please let me know if you have other questions.

Regards,
Hristo
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
General Discussions
Asked by
David
Top achievements
Rank 1
Answers by
Hristo
Telerik team
David
Top achievements
Rank 1
Share this question
or