Help with utf-8 validation

Discussion in 'HTML & Website Design' started by bmbb1, Feb 12, 2007.

  1. #1
    w3c.org said that my document http://www.stainedglassstop.com/ could not be checked because on line 142, 145 it contained one or more bytes that I cannot interpret at utf-8 (in other words, the bytes found are not valid values in the specified character encoding). How do I fix my paragraph formatting on those lines for validation?
     
    bmbb1, Feb 12, 2007 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    Look to your editor. You need to save as, or configure for ASCII or iso-8859-1 or utf-8. Those illegal entities are from the windows-1252 proprietary character set. You can make it work, but it's not worth the aggravation.

    cheers,

    gary
     
    kk5st, Feb 12, 2007 IP
  3. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #3
    What are you using to save your files? NotePad, NotePad++, win32pad, Dreamweaver, FrontPage, NVU...
     
    Dan Schulz, Feb 12, 2007 IP