Working on a site with strict DTD and no charset setting.
Trying to display the left and right square brackets. None of the formatting options work. Site works fine but I think I need more than that.
The database uses utf8 but doesn't want to display [ and ] via [ and ]
First, try adding this in the head section:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
If that doesn't do it, make sure the DB itself and all the actual data in the DB (all tables and fields) is also in UTF-8, not just the MySQL setting.
If it's not, see this:
http://bobsguides.com/convert-db-utf8.html
---------------------------------------------------------------------------------------------------------------
PLEASE, PLEASE specify the version of MODX you are using . . . PLEASE!
MODx info for everyone:
http://bobsguides.com/MODx.html