diff --git a/xdoc/xdocs/faq.fml b/xdoc/xdocs/faq.fml index 27726d2a..f89de171 100644 --- a/xdoc/xdocs/faq.fml +++ b/xdoc/xdocs/faq.fml @@ -143,6 +143,21 @@ maven.xdoc.poweredby.url = http://maven.apache.org/ + + Specific problems + + + Can I use Unicode characters in my xml files? + + Yes. You will have to set you system locale accordingly when + you generate a site, eg. on Linux: + 'export LANG=en_US.UTF-8'. + + + + + +