Results 1 to 8 of 8

Thread: utf8 "\xA9" does not map to Unicode

  1. #1
    Join Date
    Mar 2009
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default utf8 "\xA9" does not map to Unicode

    hello

    i have a problem with my site:

    utf8 "\xA9" does not map to Unicode

    http://validator.w3.org/check?uri=ht...6#fatal-errors


    i really dont understand this????

    its stopping the right side of my header tabs from showing. www.eventtrafik.com

    could anyone please help fix the problem.

    many thanks
    rick

  2. #2
    Join Date
    Apr 2008
    Location
    Limoges, France
    Posts
    395
    Thanks
    13
    Thanked 61 Times in 61 Posts

    Default

    Here is something to try. I do not know if it will solve your problem however.

    This is around line 300. I think it is the copyright character and it is not UTF-8:

    Code:
    /***********************************************
    * Tab Content script v2.2- � Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
    ***********************************************/
    Delete whatever character the ? is from your source. Save your source file as UTF-8 in your editor. Then try to validate it again.

    If you still can't validate by entering the URL, copy your source code from your browser, paste it into the validator and start correcting all the errors until it validates by inputting the URL.

    You have a ton of validator errors. Next time validate as you code the page. You'll be able to catch errors as you go and not end up with a mess like this once you're done.

    Errors found while checking this document as XHTML 1.0 Transitional!
    Result: 610 Errors, 1128 warning(s)
    Last edited by JasonDFR; 03-16-2009 at 03:40 PM.

  3. #3
    Join Date
    Sep 2008
    Location
    Bristol - UK
    Posts
    842
    Thanks
    32
    Thanked 132 Times in 131 Posts

    Default

    Just so you know, if you disable JavaScript it completely messes up the layout of the page, you might want to fix this.

  4. #4
    Join Date
    Mar 2009
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    GREAT

    THANKS...

    it worked. now theres just the 618 Errors, 1128 warning(s) to sort out. he he...

  5. #5
    Join Date
    Apr 2008
    Location
    Limoges, France
    Posts
    395
    Thanks
    13
    Thanked 61 Times in 61 Posts

    Default

    Quote Originally Posted by rickyspires View Post

    it worked. now theres just the 618 Errors, 1128 warning(s) to sort out. he he...
    hehe...

    Good luck!

  6. #6
    Join Date
    Mar 2009
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i can't see anything in the errors that would prevent the right side of the header tabs from showing ???

    any ideas ???

    thanks
    rick

  7. #7
    Join Date
    Apr 2008
    Location
    Limoges, France
    Posts
    395
    Thanks
    13
    Thanked 61 Times in 61 Posts

    Default

    Code:
    <div id="country1" class="tabcontentbase" style=" background: color:#000; background:url(../images/sub-area-bg2.gif) left top repeat-x ; border:0px " alt="" />
    <ul id="tablistbase" 
    <li><a href="http://www.eventtrafik.com/login.php">LOGIN</a></li>
    You are missing a closing bracket here.

  8. #8
    Join Date
    Mar 2009
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hmmmm.

    it seems that most of the my 618 Errors are because i have had to hard code in the drop down links on the index page. does anyone know what code i could use to call them from the database?
    i have started a forum post on this question: http://www.dynamicdrive.com/forums/s...ad.php?t=42957



    i have added the bracket. but still no go.
    to be honest, i have tried lots of different types of tab code and different css tabs they all seem to be missing the sides ???

    <div id="country1" class="tabcontentbase" style=" background: color:#000; background:url(../images/sub-area-bg2.gif) left top repeat-x ; border:0px " alt="" />
    <ul id="tablistbase" >
    <li><a href="http://www.eventtrafik.com/login.php">LOGIN</a></li>



    thanks
    rick

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
  •