From ef86ef7eb2769bcdc6c6e54f3f2e5bdd59e8b83c Mon Sep 17 00:00:00 2001 From: aheritier Date: Sat, 3 Sep 2005 23:49:00 +0000 Subject: [PATCH] MPXDOC-11 : Update FAQ about how to use Unicode characters in my xml files Patch submitted by : Lukas Theussl Patch reviewed by : Arnaud Heritier git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@267519 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/xdocs/faq.fml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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'. + + + + + +