Talk:CharsetEncoding

From MPDLMediaWiki
Revision as of 09:13, 27 October 2009 by Rkiefl (talk | contribs) (New page: === HTML === Currently the charset encoding is handed over in HTTP header: <code> <jsp:directive.page pageEncoding="UTF-8" /> </code> Some pages come with encoding handed over in the html...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

HTML[edit]

Currently the charset encoding is handed over in HTTP header: <jsp:directive.page pageEncoding="UTF-8" />

Some pages come with encoding handed over in the html head: <head> <title>eSciDoc - Login page</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head>