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)
changing encoding for dcr's
JvdW
Hi,
Is there a way to change the encoding in which dcr's are saved? I want to use russian characters in a web page but these won't display. They DO show correctly when I manually change UTF-8 to ISO-8859-2 in
<?xml version="1.0" encoding="UTF-8"?>
in my dcr.
Any clues?
Find more posts tagged with
Comments
Migrateduser
make this change
# Default policy
return 'ISO-8859-1';
in
interwoven\teamsite\local\config\iwpt_encoding.ipl
Thanks, Ram