Hi there,
I was hoping I didnt't have to do more encoding changes now, but new problems have popped out of the TeamSite box.
We need to use ISO-8859-1 on our webpages, but the conversion from UTF-8 doesn't work properly (char doesn't get displayed) for special characters like the french
œ (entity: oelig). If I replace the UTF char
Å“ with the decimal reference
œ via Perlscript in the presentation template, it shows correctly on the Html page. The same goes for other special characters. However, I'd like to avoid adding all the specials manually, so I would be grateful if somebody can help me out with an easier way.
Here are the encodings I'm using:
1. DCT (Templating form):
< ?xml version="1.0" encoding="UTF-8" standalone="no"?>
2. Presentation template:
< ?xml version="1.0" encoding="UTF-8"?>
and:
< META content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
3. iwpt_encoding.ipl:
return 'ISO-8859-1'; (haven't changed anything else there)
(TeamSite 5.5.2, Sp2, Solaris, Browserbased templating)
I hope somebody has the right Christmas mood and is willing to give some useful advice!

Best regards,
Eldbjoerg