Announcement

Collapse
No announcement yet.

? Instead of £

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    ? Instead of £

    I have just moved servers and £ ( pound sign ) on components and search results is now displaying as ? ( question mark ).

    I notice many people have had this problem and there was a link to a knowledge base article - now a dead page.

    Did this problem ever get resolved, if so how?

    Thanks
    David Brown
    01253 623752
    Bursting With Health
    sales@burstingwithhealth.co.uk
    http://www.burstingwithhealth.co.uk

    #2
    Problem Sorted

    I have just spoken to Rackspace ( Thank God for Support Staff who know what they are talking about ).

    They changed the default encoding on my server to charset=iso-8859-1 and cured the problem instantly. I don't know if this has already been posted but hope it helps.
    David Brown
    01253 623752
    Bursting With Health
    sales@burstingwithhealth.co.uk
    http://www.burstingwithhealth.co.uk

    Comment


      #3
      The problem was that your webserver was using 'Unicode' (UTF) as the default character set, but it should be using ISO. Change:

      AddDefaultCharset UTF8

      to

      AddDefaultCharset ISO-8859-1

      Comment

      Working...
      X