I copied the content (‘Single Quote’ “Double Quote” !@#$%^&*()_+|][{}) from the word and paste it in flash and flash will return the xml together with this content. But the returning xml of the flash with this content is
<MessageText>
‘Single Quote’ “Double Quote†!@#$%^&*()_+|][{} </MessageText>
instead of
<MessageText>
‘Single Quote’ “Double Quote” !@#$%^&*()_+|][{}
</MessageText>
How to rectify this issue? Whether i want to change the php.ini file.
Pls help....
special character issue
Moderator: General Moderators
Re: special character issue
Quotes and double quotes in Word are curly quotes: ‘ ’ and “ ” insted of straight quotes: ' ' and " ". These are generally not displayed right on the Web.
You need to get rid of the curly quotes. Common way is to first paste the text into a plain text editor, then do a search and replace for the quotes, and then use that.
You need to get rid of the curly quotes. Common way is to first paste the text into a plain text editor, then do a search and replace for the quotes, and then use that.