<?xml version="1.0" encoding="windows-1252"?>
<node id="251963" title="Re: High bit character encoding in HTML" created="2003-04-21 05:00:03" updated="2005-08-13 01:02:05">
<type id="11">
note</type>
<author id="186684">
crenz</author>
<data>
<field name="doctext">
&lt;p&gt;I had the same problem with German and Chinese pages. I just keep the original input and instead add an appropriate charset header in the HTML head. For the German pages, I use:&lt;/p&gt;
&lt;code&gt;
&lt;meta http-equiv="Content-Type" 
      content="text/html; charset=iso-8859-1"&gt;
&lt;/code&gt;
&lt;p&gt;For the Chinese pages, I use &lt;tt&gt;utf8&lt;/tt&gt;. I believe all the characters used in Dutch should be in &lt;tt&gt;iso-8859-1&lt;/tt&gt;, so you could just use that one.&lt;/p&gt;</field>
<field name="root_node">
251954</field>
<field name="parent_node">
251954</field>
</data>
</node>
