doc/xml.html (and, by implication, FAQ.html) added UTF-8 conversaion FAQ


2002-10-31  John Fleck  <jfleck@inkstain.net>

	* doc/xml.html (and, by implication, FAQ.html)
	added UTF-8 conversaion FAQ from Marcus Labib Iskander
diff --git a/doc/FAQ.html b/doc/FAQ.html
index 2863dd8..b6be54b 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
 <link rel="SHORTCUT ICON" href="/favicon.ico">
 <style type="text/css"><!--
 TD {font-family: Verdana,Arial,Helvetica}
@@ -357,6 +357,13 @@
         else xmlAddPrevSibling(doc-&gt;children, (xmlNodePtr)dtd);
           </pre>
   </li>
+      <li>So what is this funky &quot;xmlChar&quot; used all the time?
+    <p>It is a null terminated sequence of utf-8 characters. And only utf-8! You
+    need to convert strings encoded in different ways to utf-8 before passing
+    them to the API.  This can be accomplished with the iconv library for
+    instance.</p>
+  </li>
+
   <li>etc ...</li>
 </ol>
 <p>