This topic is locked

Extra characters  inserted becore <!DOC in LIST

5/27/2008 5:52:28 PM
PHPRunner General questions
M
makronen author

Newbie, trying PhpRunner; overall I find it to be a very smart and very helpful program. Many thanks to the developers.
However, I've found a problem that some extra characters like  is suddenly being inserted becore <!DOC in HTML view of LIST page and sometimes also on the Edit page, i.e. the first line becomes:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
The unwanted characters show on the page, after building, but not on the view inside PhpRunner.

I can remove the extra characters manually, however, the next time I remake the project because of other alterations the same error comes back and I have to edit the same error all over.

I also have experienced another problem with buttons in danish showing wrong literals instead of the 3 speciel danish literals, in menu buttons (danish characters show okay in the database) .. this occurs despite the language selection and region has both been set to danish as default language.
Maybe the two problems are connected?

J
Jane 5/29/2008

Hi,
you need to do the following:

  1. remove these symbols on the Visual Editor tab,
  2. then find this code:
    <META http-equiv=Content-Type content="text/html; charset=utf-8">



and replace charset with window-1252.