• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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