Results 1 to 4 of 4

Thread: HTML to read all characters

  1. #1
    Join Date
    Jan 2009
    Posts
    25

    HTML to read all characters

    Hello all,

    For our website we are trying to validate HTML and CSS. Once a part is now done a number of times I tick the "against.

    It seems to me that this has to do with something in the head, but last week we went php4 to php5 on the server, so whether there could have save me dead.

    Maybe someone encountered this problem is.
    please reply thank you.

  2. #2
    Join Date
    Dec 2008
    Posts
    322

    Re: HTML to read all characters

    Perhaps because it is something to do with Firefox? Sometimes I also get to see texts in the style:

    "The purpose of a ori3433% # Guidance that ...."

  3. #3
    Join Date
    Jan 2008
    Posts
    1,521

    Re: HTML to read all characters

    Set the appropriate charset in the headers that the server sends to continue. This can be done in several ways:
    Setting a charset in Apache by a type of extension to hang.
    In the php script header set "header ( 'Content-Type: text / html; charset = utf-8');"

    It would also be that you have the burden UTF8 BOM (byte order mark)
    http://en.wikipedia.org/wiki/Byte-order_mark

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: HTML to read all characters

    Code:
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    as it looks, so that seems good. It is rare that I have not had this and see if 123 is not what the problem is. Take me as I write this html ideas hope good right? or you really ASCI or HTML code?

Similar Threads

  1. Replies: 5
    Last Post: 23-12-2010, 07:12 PM
  2. How to read particular characters using fscanf?
    By Cordell in forum Software Development
    Replies: 4
    Last Post: 16-02-2010, 10:52 PM
  3. How are characters URL encoded in HTML?
    By Viensterrr in forum Software Development
    Replies: 5
    Last Post: 02-02-2010, 02:35 AM
  4. How to convert Image To HTML Files With ASCII Characters
    By Francesca in forum Software Development
    Replies: 2
    Last Post: 26-03-2009, 11:26 PM
  5. Replies: 0
    Last Post: 29-01-2009, 06:31 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,527,896.35977 seconds with 16 queries