My default character encoding is Western (ISO latin 1, ISO-8859-1). I am using this code to change the character set:
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
My website only displays properly when I click on "Text Encoding" then "Western (ISO latin 1)" in the Safari view menu. Even when set on default (Safari text encoding menu), it still doesn't display properly (weird black-diamond question marks). I am using ruby on rails, if that might be an issue with the encoding.