miraclemaker
Programmer
Has anyone seen anything like this before?
text that is submitted through a form on a page I'm working on can contain non-html standards compliant characters like:
'…' (elipse)
'`' (backticks)
'®' registered trademark symbol
etc
I want to be able to convert these characters to their proper html code, but when I print out the value from the post array all these characters have been replaced by question marks!
Very strange. Can anyone suggest anything?
text that is submitted through a form on a page I'm working on can contain non-html standards compliant characters like:
'…' (elipse)
'`' (backticks)
'®' registered trademark symbol
etc
I want to be able to convert these characters to their proper html code, but when I print out the value from the post array all these characters have been replaced by question marks!
Very strange. Can anyone suggest anything?