Tridion Rich Text Field DWT output for "?"
1 answer
I cannot try this due to lack of time, but several things come to mind:
- What is the encoding set in your publication targeted?
- Do you get the same result in Template Builder and Preview?
- If you open a published file in a text editor such as Notepad ++, what does it show?
EDIT
In the preview, I get the following:
<div> </div>
After publishing, I get the same thing as you:
<div>?</div>
, "Unicode (UTF-8)" "System Default", , , :
<div>Â </div>
Elena 7 , , web.config:
<globalization fileEncoding="UTF-8" requestEncoding="UTF-8" responseEncoding="UTF-8"/>
, - . , ".html". , .aspx, , F5 magic, div :
<div> </div>
EDIT 2 .html, <head> :
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
+4