Form text area help - displaying UTF-8 characters
I am trying to make a text area display characters that are UTF-8 encoded. For example:-
Code:
& = &
" = "
but when I make the value of the field eg:-
Code:
" The dog & the cat chased around the bush "
When viewed on IE it reads:-
"The dog & the cat chased around the bush" instead of
Code:
" The dog & the cat chased around the bush "
Is there anyway to stop the form field translating the UTF-8 characters back to their original form?
Thanks
|