Hi,
Env: Windows 2003 & TS 6.7.1
Some of the characters are not saved in UTF8 format in the DCR. It accepts the characters as it is. These characters are entered thru a TEXT FIELD or TEXTAREA(with VFE & without VFE).
For the TEXTAREA, i am using the following configuration in VFE.
<clean charencode="charref" cr="cr" lf="lf" showonsize="5000" preferfonttag="false" reducetags="true" showdonemsg="true" prompt="true" hideobject="true" mswordfilter="true">I tried with the
clean charencode="utf8", but that doesn't convert the non-break special character (Â) to   . So i am using CHARREF, but that even sometime skips the  character.
I have specified the following in the DCT.
<?xml version="1.0" encoding="utf-8" standalone="no"?>These are the few characters that got stored in the DCR.
“ ” & ‘ ’ …
How to save the DCR content only in UTF8 format? Is there anyway to specified the charset for TEXT FIELD too?
Kindly advice.
Thanks in advance.
John