Okay, we are testing to see if SP1 makes it through our testing and I've hit something that doesn't seem quite right to me.
Solaris 10
TS 6.7.1 - SP1
The visualformatconfig.xml file has changed between 671 and 671SP1 and one of the many changes in the file is one where the default value for the character encoding is set to "utf-8" instead of "entityname".
The client I am working with expects that the characters such as é will be encoded within the html as é and not as a literal value.
So I changed the value for the character encoding from "utf-8" to "entityname" like so:
[html]
object="true" mswordfilter="true">
[/html]
Now whenever I type in é into my visualformat box, I get the following error:
[html]
Transform Error C00CE002 (-1072898046)
Reference to undefined entity 'eacute'.
Internal filter XSLT
XML
********************************************************************************
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
test
é
********************************************************************************
eWebEditPro v5.1.0.41
2007-10-12 1:37:13 PM
[/html]
I close the box and I see that my characters have been properly enconded. This happens for even such characters such as spaces. (same error message as above but replace the following message with the one that follows it:
* Reference to undefined entity 'eacute'.
* Reference to undefined entity 'nbsp'.
I am using the Out of the box visualformat config that comes with TS 671-SP1 and have not made any other changes to it other than the character encoding.
Thoughts?
Thoughts?