• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Two upgrades - character problems

R

rernst

Guest
Two upgrades - character problems [Solved]

I upgrade to 7.1 and then again to 7.5. Now I have spurious 'Â' characters in all sorts of php/MySQL applications.

I am almost certain it is a character set issue (UTF-8?) but cannot figure out what to do.

Any ideas?

For example, I am running Mambo and I look at the MySQL contents using phpMyAdmin and the field looks ok but in Mambo it appears with this character tagged on.

However, the same is true for custom applications. A real pain in the neck.
 
Solution

Figured I'd post the solution as eventually more will be running into the problem:

In httpd.conf uncomment the line that reads:

AddDefaultCharset UTF-8

and everything will be fine.
 
Back
Top