iEntry 10th Anniversary Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > The Code > HTML, XHTML and CSS

Reply
 
LinkBack (1) Thread Tools
Old July 15th, 2008, 12:31 PM   1 links from elsewhere to this Post. Click to view. #1
WebForumz Member
 

Join Date: Jul 2008
Location: USA
Age: 41
Posts: 53
Thanks: 8
Thanked 2 Times in 2 Posts
Rep Altering Power: 0 SaltRocks is on a distinguished road
Unhappy Validation error: utf8 "\x92" does not map to Unicode

Hi All!

I'm not only new here but have somehow managed to put together my first website at http://www.saltrocks.org with Notepad as my editor. Most of my pages have validated both in XHTML 1.0 & CSS but now just finishing up the last few.

My testimonials page at http://www.saltrocks.org/Testimonials.html, featuring my own daughter who is my inspiration for starting this endeavor, just refuses to validate stating:

"Sorry, I am unable to validate this document because on line 236 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.
The error was: utf8 "\x92" does not map to Unicode"

Perhaps I am counting wrong but I find line 236 to be the following:
<code>dig hard to find the information but once we discovered this tool, we intuitively knew it was the answer we had been</code>.

The issue is there are absolutely no characters there, not even an apostrophe to remove. S.O.S!! Can anyone of you young bucks help this old-timer? Thanks a mill.
SaltRocks is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old July 15th, 2008, 01:14 PM   #2
Highly Reputable Member
 

Join Date: Mar 2008
Location: Chester, UK
Age: 18
Posts: 563
Thanks: 2
Thanked 41 Times in 41 Posts
Rep Altering Power: 0 Bocaj is on a distinguished road
Re: Validation error: utf8 "\x92" does not map to Unicode

Line 236 is

Quote:
<p>My 13 year old daughter has frequent allergy attacks. At times, she had to be taken to a hospital by ambulance. One of our friends gave us the Therapipe. It changed our lives. My little girl�s allergy attacks lessened and are not as severe. We always carry the pipe with us. Thanks for the Therapipe!</p>
When saving in notepad

Under where you put the file name, it says 'encoding' with a drop down menu, make sure utf-8 is selected.

Also haven't you already made a thread about this?

Last edited by Bocaj; July 15th, 2008 at 01:16 PM..
Bocaj is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old July 15th, 2008, 01:28 PM   #3
WebForumz Member
 

Join Date: Jul 2008
Location: USA
Age: 41
Posts: 53
Thanks: 8
Thanked 2 Times in 2 Posts
Rep Altering Power: 0 SaltRocks is on a distinguished road
Re: Validation error: utf8 "\x92" does not map to Unicode

Quote:
Originally Posted by Bocaj View Post
Line 236 is

When saving in notepad

Under where you put the file name, it says 'encoding' with a drop down menu, make sure utf-8 is selected.

Also haven't you already made a thread about this?
Thanks. As far as the code, I'll check into that and get back over here.

Next, I did post this but was emailed by the moderator to start my own thread.

I'm new so really am just getting acclamated here. I probably posted in a wrong forum. I don't know what happened and wasn't given a reason why to repost.

SaltRocks!
SaltRocks is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old July 15th, 2008, 01:40 PM   #4
Highly Reputable Member
 

Join Date: Mar 2008
Location: Chester, UK
Age: 18
Posts: 563
Thanks: 2
Thanked 41 Times in 41 Posts
Rep Altering Power: 0 Bocaj is on a distinguished road
Re: Validation error: utf8 "\x92" does not map to Unicode

oh right, fair enough.

Thought i was going mad there... i swear de ja vu isn't just in the mind though.

Also take a look at notepad++ it's what i use to code, it's got some features i love.

Like you can split the work area so you can have two files open next to each other (i use one side for html/php and the other for js/css) and you can tab files.

There are alot of good code editors out there, they're better than wysiwygs anyday [:

If changing the encoding doesn't work, there are a few more things it could be.
Bocaj is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old July 15th, 2008, 01:47 PM   #5
WebForumz Member
 

Join Date: Jul 2008
Location: USA
Age: 41
Posts: 53
Thanks: 8
Thanked 2 Times in 2 Posts
Rep Altering Power: 0 SaltRocks is on a distinguished road
Re: Validation error: utf8 "\x92" does not map to Unicode

Thanks, Bocaj!

I don't understand why all my other pages cleared utf-8 encoding validation which are all saved as ANSI docs. I applied your suggestion to utf-8 save the doc from the file menu in Notepad. I revalidated and it clears but now has the following warning which I remain perplexed about:

Potential Issues

The following missing or conflicting information caused the validator to perform guesswork prior to validation. If the guess or fallback is incorrect, it may make validation results entirely incoherent. It is highly recommended to check these potential issues, and, if necessary, fix them and re-validate the document.
  1. Byte-Order Mark found in UTF-8 File.
    The Unicode Byte-Order Mark (BOM) in UTF-8 encoded files is known to cause problems for some text editors and older browsers. You may want to consider avoiding its use until it is better supported.
Is there anyway to now clear this?

Thanks again,
SaltRocks
SaltRocks is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old July 15th, 2008, 03:06 PM   #6
Highly Reputable Member
 

Join Date: Mar 2008
Location: Chester, UK
Age: 18
Posts: 563
Thanks: 2
Thanked 41 Times in 41 Posts
Rep Altering Power: 0 Bocaj is on a distinguished road
Re: Validation error: utf8 "\x92" does not map to Unicode

Open it in notepad++ (or alternative).

It's a problem with notepad, i didn't know it did this but i know some text editors do this.

Something like utf-16 needs a BOM to work properly, whereas utf-8 does not, however some text editors add it anyway.

However bear in mind it's not an error, more just a warning. So i wouldn't worry too much about it.

Perhaps it's time to switch over to a more coherant editor?

I think you'll quite like some of the implementations like syntax highlighting, but alot of code editors aren't too difficult to move up to from notepad. [:

*pushes towards notepad++ *
Bocaj is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old July 15th, 2008, 03:22 PM   #7
WebForumz Member
 

Join Date: Jul 2008
Location: USA
Age: 41
Posts: 53
Thanks: 8
Thanked 2 Times in 2 Posts
Rep Altering Power: 0 SaltRocks is on a distinguished road
Re: Validation error: utf8 "\x92" does not map to Unicode

Thanks. I'll check it out in a bit. Gotta run to p/u my daughters from summer school...

Will check later and get back.
SaltRocks is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old July 16th, 2008, 01:55 AM   #8
WebForumz Member
 

Join Date: Jul 2008
Location: USA
Age: 41
Posts: 53
Thanks: 8
Thanked 2 Times in 2 Posts
Rep Altering Power: 0 SaltRocks is on a distinguished road
Re: Validation error: utf8 "\x92" does not map to Unicode

Bocaj,

Sorry it took so long to get back here today. It's actually night now but the day never ends...

U R a genius! Thx for looking into my matter, of which I have many more and must now try to post and continue sorting thru 1 at a time.

Nonetheless, I downloaded the notepad++ and only wish I had started out 4 months ago using this editor instead of the lame notepad I've been struggling with. All said, I opened the doc in this program but didn't really know what to do from there. You're right, it's just a warning so I suppose I shouldn't get too frenzied about it, I just have too much still to do. I may revisit that page down the line.

Now I'm trying to figure out how to state this thread is [SOLVED] under Thread Tools as instructed but there is no option there stating to close the thread or that it's now solved.

Now on to the next validation issue and thus my next thread about my audio file page that won't validate either. Hope to hear from you there too!

Last edited by SaltRocks; July 16th, 2008 at 02:37 AM.. Reason: Confused About No [SOLVED] Option Under Thread Tools
SaltRocks is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old July 16th, 2008, 08:13 AM   #9
Highly Reputable Member
 

Join Date: Mar 2008
Location: Chester, UK
Age: 18
Posts: 563
Thanks: 2
Thanked 41 Times in 41 Posts
Rep Altering Power: 0 Bocaj is on a distinguished road
Re: Validation error: utf8 "\x92" does not map to Unicode

Don't worry, i don't even know how to make a thread [solved].

I just thought an admin did it.

Glad i've helped [:
Bocaj is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old March 18th, 2009, 06:13 PM   #10
New Member
 

Join Date: Mar 2009
Location: uk
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 lizard578 is on a distinguished road
Re: Validation error: utf8 "\x92" does not map to Unicode

i had the same problem
then i removed all the double quotes and replaced with html code same applies for hyphens but weirdly not for semi colons

noticed in one of the posts that it mentions about an allergy this is the line i am referring to .....
"My little girl�s allergy"

i am presuming that the square box is a ' which in html code should be &lsquo;
look on the w3c site and search for ascii tags i think they are

hope this helps

and sorry if this reopens up someones post that has been closed/solved
lizard578 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old March 19th, 2009, 05:28 AM   #11
New Member
 

Join Date: Mar 2009
Location: india
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 merlia is on a distinguished road
Re: Validation error: utf8 "\x92" does not map to Unicode

remove all punctuations.

_____________________
web developers chennai
merlia is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks


LinkBacks (?)
LinkBack to this Thread: http://webforumz.com/html-xhtml-and-css/69048-validation-error-utf8-x92-does-not.htm
Posted By For Type Date
Jamespot Article Validation error: utf8 This thread Refback September 9th, 2008 12:45 AM

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Getting the &quot;Microsoft JET Database Engine error '80040e14'&quot; error. VegaLA Classic ASP 3 January 25th, 2008 08:12 PM
Strict XHTML validation error : "tabindex" newoptical HTML, XHTML and CSS 1 August 24th, 2007 12:21 PM
? IS "meta name="robots" content="?" necessary in pages ? Love2Java Your Design and Layout 6 August 8th, 2007 09:48 AM
window.opener.document["nameForm"].getElementById("someid").value; doesnt work drpompeii JavaScript 0 February 17th, 2007 07:09 PM


Search Engine Optimization by vBSEO 3.2.0 RC8