Use accesskey "n" to jump to the internal navigation links at any point. Skip to the content start.

 
ishida >> utilities

i18n checker

This page looks for character encoding and language declarations in the HTTP headers or the head element of an (X)HTML page. NOTE: This tool is still in the early stages of development. It is guarranteed to contain bugs and lack features you'd like.

URI of the page you want to test:

Doctype of the page: XHTML 1.0
Served as: HTML

Charset declarations

HTTP Content-Type
utf-8
Content-Type: text/html; charset=utf-8
meta charset element
utf-8
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
xml declaration None found.
HTML5 meta charset element None found.
Byte order mark (BOM) No BOM

Language declarations

<html lang=
en-GB
<html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<html xml:lang=
en-GB
<html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
HTTP Content-Language None found.
meta content-language element None found.

Text direction

Default direction None found (ie. LTR).

Class & id names

Non-ascii class or id names None found.
Non-NFC class or id names None found.

Request headers

Accept-Language
en-us,en;q=0.5
Accept-Charset
ISO-8859-1,utf-8;q=0.7,*;q=0.7

Developed by: Richard Ishida.

Web app created 8 January 2009. Last update 2010-01-08 8:27 GMT