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)
encoding values on DCR
Renata
has anyone encoutered problems with saving the French characters on a DCR?
I mean they render fine within DCR, but as soon as we try to assess its xml record and via parsing in a script, read the values out of that DCR, the French characters come in all sort of strange encoding formats.
Could anyone suggest how to ensure that these values are in fact saved with UTF-8 encoding?
thanks in advance -- RO
Find more posts tagged with
Comments
Johnny
Im having similar problems with extended characters.
It definitely has to be encoding, i know the version of perl being used isnt very complete in terms if utf8.
I still havent found a proper fix.
Instead im using regex's to catch the character id (/302/242 etc) and put them back in place with html encoded characters.
Id be keen to hear any help aswell.
John
Sydney, Australia
JamJamT
We ran into some problems with French characters and did the following to clean things up.
We set default policy in the iwpt_encoding.ipl to
return 'ISO-8859-1';
We also set the encoding in our TPL's to:
<?xml version="1.0" encoding="ISO-8859-1"?>
<META HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'>