User can't see greek characters on her page

Hello,

Is there something I need to add in the apache configuration for greek characters to be displayed prooperly?

This is the charset from the top of the user’s page:

<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-7”>

Thank you in advance!

You could add this in an .htaccess file in their account:

AddDefaultCharset iso-8859-7

Thank you, Greg! That worked like a charm!!! :slight_smile: