Talk:CharsetEncoding

From MPDLMediaWiki
Revision as of 09:13, 27 October 2009 by Rkiefl (talk | contribs)
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>