We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 15155
    • 11 Posts
    Yes, essentially the same thing. I am working on a MAC so TextEdit is the same as Notepad for PC. smiley

    Cheers!
      • 3177
      • 137 Posts
      I seem to have the same problem, but cannot find the strange characters in the text-editors. I even opened the files in vi. I’m on a Mac.
      The character give me no trouble, only the ones above the FORM tag.
      The only way I could solve this was by changing the function RUN in ajaxSearch.class.inc.php.
      Just before returning the output, I chop off the first two chars.
      
      	$output = substr($output,3);
      	return $output;
        }
      


      I know this is very dirty solution. So, will we be getting a new version of AjaxSearch plugin whitout all the strange characters?
        • 7455
        • 2,204 Posts
        I had the same problem what I did was the opposite I saved the layout.tpl.html as ISO latin 1 (because my site uses that encoding and not utf-8)

        that solved it for me

        Dimmy
          follow me on twitter: @dimmy01