My PHP application changes my apostrophe character to �
What is my crime?
|
My PHP application changes my apostrophe character to � What is my crime?
| |||||||||||||||||||||
feedback
|
|
Click the Microsoft Office Button , and then click Word Options. Click Proofing, and then click AutoCorrect Options. In the AutoCorrect dialog box, do the following: Click the AutoFormat As You Type tab, and under Replace as you type, select or clear the "Straight quotes" with “smart quotes” check box. Click the AutoFormat tab, and under Replace, select or clear the "Straight quotes" with “smart quotes” check box. oh if you must:
alternative replace to keep them for people like David Harkness
| |||||||||||||
feedback
|
|
You will want to make sure your server is sending the UTF-8 character set on the If you use Apache, you should set your default character set like so in the httpd.conf:
If you do not have access to your server configuration, you can send a header from php before any content is outputted.
| |||
|
feedback
|