Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
How to insert UTF-8 Meta tag in LiveSite Page
Tee
I am struggling with International characters displayed in a LiveSite Page.
It works fine in the Dev Enironment e.g. when previewed under iwcc, however when deployed to a LiveSite runtime environment
the characters are escaped.
How do I change the Meta tag
<META http-equiv="Content-Type" content="text/html"> that is currently inserted in to the rendered LiveSite pages (which I can see when viewing page source in a browser), to a UTF-8 friendly:
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
Many thanks
T
Find more posts tagged with
Comments
wscott
Which version of LiveSite are you using? LiveSite 2.2.1 and later should always output the UTF-8 as part of the response encoding header, and I think also as part of the META tag content type.
Tee
Hi!
I'm using version 2.2.0.0.54250 of LiveSite along with TeamSite 6.50 SP2.