|
Rank: Newbie Groups: Member
Joined: 2/4/2013 Posts: 7
|
Hi, I've been converting HTML strings with much success, but now I'm trying to convert one that contains a symbol (tick) using the follow code:
Code: HTML/ASPX
<span style='font-family: Arial Unicode MS'>✔</span>
Note: there are no spaces in the actual symbol code...had to add them to show the code It doesn't seem to convert the tick and instead places an empty box in its place. If I render the code on screen it works. Any ideas on how I might be able to convert symbols? Cheers, Eloise
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
We tested your code with the latest version and it works fine.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 2/4/2013 Posts: 7
|
Thanks for the reply. Any ideas as to why it's not working for me?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
I can't think of any reason why it does not work for you. You can try to run the demo application with the HTML and see if it works for you, if that works and your application does not, then at least you have a working sample application with source code, so you can start troubleshooting from there.
Thanks!
|
|