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)
iw_include tag - messing up special characters
shr
Hi all,
i'm facing problems when i'm using the iw_include tag to include a generated html file containing special characters into another template.
Problem: when a page with spanish characters is generated with UTF-8 encoding it shows all the characters with accents (ó,á), etc correctly but when i include(using the iw_include tag) the same generated page into another tpl (the charset in this tpl is also set to UTF-8), the rendered page now shows all the spanish characters with accents(ó,á), etc being messed up...This happens with foreign languages with special characters like german, chinese, etc
can someone shed some light on how to fix this?
Thanks
Find more posts tagged with
Comments
yanSi
The partent tpl may not be SAVED in utf-8 encoding. There's a difference between DECLARING in your tpl that you are using utf-8 and SAVING the tpl in utf-8.