A STRICT HTML 4.01 page, which the latest DreamWeaver (CS) validated i.e. with no objections, rendered, perfectly, in both DreamWeaver’s internal rendering engine, as well as in the latest Internet Explorer (7).
When run through CI MVC, the page showed occasional AE (Euro signs). At first, I thought it might be an escaping issue; but, after a day of reading forum postings, I tried changing the page DocType from UTF-8 to Western European, as follows:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
Bingo ... no more weird AE signs !
I don’t know if this constitutes a UTF-8 support bug ... or not?
I’m just posting fyi ...
I’ve read that PHP6 will support UTF-8; maybe the issue will disappear, automagically, with PHP6?