Fullwidth characters in HTML field are saved as to Unicode Hex Character CodeDescriptionIssue Description:Fullwidth characters in HTML field are saved as to Unicode Hex Character Code.Steps to Reproduce 1. Create a kb_knowledge record. 2. Set both the Short description and Article body to "special characters(1, 2, ?)".3. Save the kb_knowledge record.4. Show XML.5. The short_description shows "special characters(1, 2, ?)".6. Check the value of text.Expected behaviorIt should show as "<![CDATA[ <p>special characters(1, 2, ?)</p> ]]>".Actual behaviorIt shows as "<![CDATA[ <p>special characters(1, 2, ?)</p> ]]>".WorkaroundThis issue is under review. To receive notifications when more information is available, subscribe to this Known Error article by clicking the Subscribe button at the top right of the article. If you are able to upgrade, review the Fixed In field to determine whether any versions have a permanent fix.Related Problem: PRB1719268