Link to Tim Bray's blog about Unicode, daniel
diff --git a/doc/encoding.html b/doc/encoding.html
index 8c86285..358eb6d 100644
--- a/doc/encoding.html
+++ b/doc/encoding.html
@@ -107,6 +107,9 @@
   support</a></li>
 </ol>
 <h3><a name="What">What does internationalization support mean ?</a></h3>
+<p>If you are not really familiar with Internationalization (usual shorcut is
+I18N) , Unicode, characters and glyphs, I suggest you read a <a href="http://www.tbray.org/ongoing/When/200x/2003/04/06/Unicode">presentation</a>
+by Tim Bray on Unicode and why you should care about it.</p>
 <p>XML was designed from the start to allow the support of any character set
 by using Unicode. Any conformant XML parser has to support the UTF-8 and
 UTF-16 default encodings which can both express the full unicode ranges. UTF8
diff --git a/doc/xml.html b/doc/xml.html
index f346f66..05ddbfb 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -2465,6 +2465,11 @@
 
 <h3><a name="What">What does internationalization support mean ?</a></h3>
 
+<p>If you are not really familiar with Internationalization (usual shorcut is
+I18N) , Unicode, characters and glyphs, I suggest you read a <a
+href="http://www.tbray.org/ongoing/When/200x/2003/04/06/Unicode">presentation</a>
+by Tim Bray on Unicode and why you should care about it.</p>
+
 <p>XML was designed from the start to allow the support of any character set
 by using Unicode. Any conformant XML parser has to support the UTF-8 and
 UTF-16 default encodings which can both express the full unicode ranges. UTF8
@@ -2911,6 +2916,7 @@
 
 
 
+
 } </pre>
   </li>
   <li>And then use it to save the document:
diff --git a/doc/xmlio.html b/doc/xmlio.html
index c97baea..fe42bd4 100644
--- a/doc/xmlio.html
+++ b/doc/xmlio.html
@@ -270,6 +270,7 @@
 
 
 
+
 } </pre>
   </li>
   <li>And then use it to save the document: