Why is this the extended ascii character (â, é, etc) getting replaced with > characters?
I attached a pic... but I am using PHP to pull the data from MySQL,
You should encode all special chars into HTML entities instead of depending on the charset.
htmlentities() will do the work for you.