Hi there,
we are using TS 6.5 on Solaris.
We create HTML page snippets which are picked up and displayed by the application server.
The customer needs to use special characters (like the
ë character) on the website. So, we use the following line in the datacapture.cfg:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
In the DCR every ocurrence of the
ë character is stored as
ë so the above line doesn't seem to work (or at least it doesn't work as I would expect it to).
From there on, the problem is of course passed on to the presentation template and, eventually to the web application server.
This only applies to the content of text fields. The encoding of textarea fields' content is working fine, thanks to the appropriate settings in the VF configuration file.
I would appreciate any suggestions and comments on this issue.