|
They're either Unicode or unsupported Extended ASCII characters. You should use the HTML cross-browser equivalents. Google for "HTML character codes" or something and find out the escape strings - for example, "—" is the long hyphen, and """ is the double-quote.
|