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)
Character Set - Encoding in a DCT
sunil_j
Hi
I need to change templating data capture form's charecter set. What I need is to change from its default UTF-8 into TIS-620 (Thai). The page that needed change is generated by "DatacaptureServlet"
The finall meta tag should look like this
"<META HTTP-EQUIV='Content-type' CONTENT="TEXT/HTML; charset=TIS-620'>"
I did follow the instruction on help file "iw\help\tst\pt\iwpt_encoding.html"
and change default return in file iwpt_encoding.ipl
from UTF-8 to TIS-620 but it doesn't work.
I have also changed the XML headers at the top of the DCT to specify the correct encoding too.
Anybody has done this before, please help
Thanks
Find more posts tagged with
Comments
Jeremy
Not sure if this is the same issue, but we had problems with the whole encoding of the pound symbol. We eventually found another thread on here that mentioned changing the file_encoding.ipl found in local/config.
This seemed to do the trick.
Have a look at that and see if you can make sense of it.
sunil_j
The file file_encoding.ipl does not make sense to me. Can Ihave some more help on the same ?
Jeremy
Not too sure what your requirements are. Not even sure if you need to use file_encoding.cfg - maybe you should look in the documentation to see if that will help you.
testPreview.dcpackage