From: Michael S. <sta...@us...> - 2005-10-06 17:38:33
|
Update of /cvsroot/archive-access/archive-access/projects/nutch/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25138/xdocs Modified Files: faq.fml Log Message: * xdocs/faq.fml Note on encoding. Index: faq.fml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/xdocs/faq.fml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** faq.fml 9 Sep 2005 23:43:10 -0000 1.7 --- faq.fml 6 Oct 2005 17:38:25 -0000 1.8 *************** *** 218,221 **** --- 218,229 ---- </p></answer> </faq> + <faq id="encoding"> + <question>Why is encoding of non-ascii characters all messed up? + </question> + <answer> + <p>See <i>useBodyEncodingForURI</i> in the <a + href="http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/ajp.html">Tomcat Configuration Reference</a>.</p> + </answer> + </faq> </part> </faqs> |