Forum Moderators: phranque
this is what appears at the head;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type');?>; charset=<?php bloginfo('charset');?>" />
the ('charset') tag is via php, displays as utf-8.
But when user has their browser set at shift-jis or euc, or any other setting period, the page gets screwed up.
This isnt a concern for users who have auto select turned on. How many do you think have it off?
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type');?>;" />
<meta http-equiv="charset=<?php bloginfo('charset');?>" />
But it sounds more like a font issue than a character encoding issue -- these users may nont have the unicode characters available in the local fonts on their machine. In fact, seeing the "numbers & screwy looking code" sounds exactly like a symptom of a missing font.