Askemos Forum

How to change the output character encoding?25. February 2004
Two ways, one for XML: produce an appropriate processing instruction and one for HTML: include an appropriate meta tag.

XML

<xml version="1.0" encoding="ISO8859-15" ?>

HTML

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

Post replies via login host.

Intro - slides
Askemos Wiki
Publikationen