• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Funny ^A character

E

ewong

Guest
Hi

Using latest SiteBuilder2.0, when there is no menu item in the sub-menu, there would be a funny ^A character appears.

Many of my customers ask me to remove them from their webpages. It is very embarrasing to tell them I don't know how to do it!

Best regards,
Edward
 
By default, SiteBuilder uses UTF-8 charset. It looks like you have another default charset in your Apache config. So, to solve the problem you should change it to UTF-8 or add to '.htaccess' file in /httpdocs dite directory following directive:
AddDefaultCharset UTF-8
 
Back
Top