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

Html encoding for Symbols

5 Answers 81 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Rich Helferty
Top achievements
Rank 1
Rich Helferty asked on 29 Jun 2009, 02:56 PM
Hello,
One of the outputs for our RadEditor generated content is html reports. We need the ability to convert Symbols to html markup. Please see the example below for copyright symbol. Is there a conversion chart for RadEditor supported symbols and their html markup anywhere?

® = ®

 

5 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 29 Jun 2009, 03:14 PM
Hi Rich,

Please, check the following KB article on the subject: Converting Unicode symbols to numeric HTML entities using a content filter.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Rich Helferty
Top achievements
Rank 1
answered on 01 Jul 2009, 03:55 PM
Thanks for the reply, but I am sure your approach will handle these characters.  ≤ ≥  Δ  or 


<

 

symbol value="\u0394" />

 

<

 

symbol value="\uFF1C" />

 

<

 

symbol value="\uFF1E" />

 

<

 

symbol value="\u2264" />

 

<

 

symbol value="\u2265" />

 

<

 

symbol value="\u00A9" />

 

<

 

symbol value="\u00AE" />

 

<

 

symbol value="\u00B0" />

 

<

 

symbol value="\u00B1" />

 

<

 

symbol value="\u03B1" />

 

<

 

symbol value="\u03B2" />

 

<

 

symbol value="\u03BC" />

 

<

 

symbol value="\u03A9" />

 

<

 

symbol value="\u03A3" />

 

<

 

symbol value="\u2260" />

 

<

 

symbol value="\u2248" />

 

<

 

symbol value="\u2020" />

 

<

 

symbol value="\u2021" />

 

<

 

symbol value="\u20AC" />

 

<

 

symbol value="\u00A2" />

 

<

 

symbol value="\u00A3" />

 

<

 

symbol value="\u2122" />

 

<

 

symbol value="\u221E" />

 

<

 

symbol value="\u00BC" />

 

<

 

symbol value="\u00BD" />

 

<

 

symbol value="\u00BE" />

 


0
Rumen
Telerik team
answered on 06 Jul 2009, 02:14 PM
Hi Rich,

It is the browser that converts the HTML entities to the respective character. You can customize the provided in the KB article content filter to convert as much as possible entities. You can find their HTML entities in this site: Unicode Character Search.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Pieranna
Top achievements
Rank 1
answered on 14 Jul 2017, 03:24 AM
<script type="text/javascript">

    if (top == self) {
        FlashHabboClient.cacheCheck();
    }
    var flashvars = {
            "client.allow.cross.domain" : "1", 
            "client.notify.cross.domain" : "0", 
            "connection.info.host" : "145.239.165.160",
            "connection.info.port" : "30000",
0
Pieranna
Top achievements
Rank 1
answered on 14 Jul 2017, 03:24 AM
<script type="text/javascript">

    if (top == self) {
        FlashHabboClient.cacheCheck();
    }
    var flashvars = {
            "client.allow.cross.domain" : "1", 
            "client.notify.cross.domain" : "0", 
            "connection.info.host" : "145.239.165.160",
            "connection.info.port" : "30000",
Tags
Editor
Asked by
Rich Helferty
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Rich Helferty
Top achievements
Rank 1
Pieranna
Top achievements
Rank 1
Share this question
or