• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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