• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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