My guess (and it's only a guess) is that you're copy/pasting the pound sign
from a Unicode font (such as MS Arial Unicode, but I know you're on a Mac,
so it wouldn't be that specifically), but have a web page that uses Latin-1
(iso-8859-1) encoding. The character codes can be different in the extended
character set, to which the pound symbol belongs.
The content-type meta tag in your head section should list the charset used
by your web page. Try changing that charset to UTF-8 and see if the problem
clears up.
"steve_st" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
thanks for your advice, but how do i check the encoding on my page? also,
the
same thing happens when i view the information received from my php
mailform
when i view the details sent to outlook express.
totally confused.
steve_st |