Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Filter error "The character encoding of the HTML document was not declared."
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Starquest  
View profile  
 More options Sep 17 2012, 10:33 am
From: Starquest <autodri...@gmail.com>
Date: Mon, 17 Sep 2012 07:33:29 -0700 (PDT)
Local: Mon, Sep 17 2012 10:33 am
Subject: Filter error "The character encoding of the HTML document was not declared."

I found another thread on this issue, but I'm still seeing the issue.  The
following error appears in my Firefox Error Console:

Error: The character encoding of the HTML document was not declared. The
document will render with garbled text in some browser configurations if
the document contains characters from outside the US-ASCII range. The
character encoding of the page must to be declared in the document or in
the transfer protocol.

I want to figure out a way to hide or filter this error.  I checked the
various Firebug options, but nothing seems to work.  Any suggestions?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Zartner  
View profile  
 More options Sep 17 2012, 5:57 pm
From: Sebastian Zartner <sebastianzart...@gmail.com>
Date: Mon, 17 Sep 2012 14:57:08 -0700 (PDT)
Local: Mon, Sep 17 2012 5:57 pm
Subject: Re: Filter error "The character encoding of the HTML document was not declared."

The option to control this is called *Show XML/HTML Errors*<https://getfirebug.com/wiki/index.php/Console_Panel#Options_Menu>.
See issue 5625 <http://code.google.com/p/fbug/issues/detail?id=5625> for
more info.

Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Starquest  
View profile  
 More options Sep 18 2012, 11:31 am
From: Starquest <autodri...@gmail.com>
Date: Tue, 18 Sep 2012 08:31:10 -0700 (PDT)
Local: Tues, Sep 18 2012 11:31 am
Subject: Re: Filter error "The character encoding of the HTML document was not declared."

Mine is unchecked, yet I'm still getting the errors.  The errors are
appearing in firefox's console.  I get to that console by this url:
chrome://global/content/console.xul


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Zartner  
View profile  
 More options Sep 18 2012, 1:03 pm
From: Sebastian Zartner <sebastianzart...@gmail.com>
Date: Tue, 18 Sep 2012 10:03:50 -0700 (PDT)
Local: Tues, Sep 18 2012 1:03 pm
Subject: Re: Filter error "The character encoding of the HTML document was not declared."

Ah, I missed that you're talking about the Firefox Error Console. We don't
influence the output of that console and it's unrelated to Firebug.
The error message already gives a hint for what to do to avoid it:

"The character encoding of the page must to be declared in the document or
in the transfer protocol."

So either set a <meta> tag like <meta http-equiv="Content-Type"
content="text/html; charset=utf-8"> or add an HTTP header like Content-Type:
text/html; charset=utf-8.
Or if you really just want to filter that message out, I suggest you
install Console² <https://addons.mozilla.org/firefox/addon/console%C2%B2>.

Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »