Forum Moderators: phranque
try changing your header to UTF-8.
that is the charset that includes every symbol under the sun.
just doing a meta tag won't help though. if you are using php, then put this at the start of the page:
header('Content-Type: text/html; charset=UTF-8');