Hi,
I have problems with the encoding of special characters like ’ with mysql Some advice… Thank 1000
Hi,
I have problems with the encoding of special characters like ’ with mysql Some advice… Thank 1000
What kind of problems?
characters such as accents street angel {via dell’angelo}
Is the table UTF-8 or default Latin1? UTF-8 will support all characters.
What kind of problems? Does the apostrophe cause an error in your sql? Then use a prepared statement. Do special characters display incorrectly when you read them back? Then define the encoding.
Please be specific with what you are experiencing and what you expected to happen.