Unicode in Hotspot HTML Markup

Florian

New member
Hi,

i am experiencing problems when using special characters in HTML Markup for a hotspot.

For the markup i am using this kind of structure:

Code:
<div class="hotspot-popup">
	<h4 class="hotspot-name">
	
	</h4>
	<div class="hotspot-description">
		
	</div>
	<div class="hotspot-id">

	</div>
	<div class="hotspot-category“>

	</div>
</div>

Overall the page is working fine with uni code characters.

Code:
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />

is set in the header.

Any help is appreciated.
cheers,
Florian
 

WebSupport

Active member
Hi again! We would need to see the sample to be able to investigate and comment. Can you possibly send us a link or a zip with your published files?

You can send it to support at webrotate360 dot com
 

Florian

New member
hi!

Thanks for your quick response. I turned out, there was a conversion problem. So dealing with unicode works now.

Thread can be closed.

cheers,
Florian
 
Top