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
This commit is contained in:
aheritier 2005-09-03 23:49:00 +00:00
parent 97d05ea825
commit ef86ef7eb2

View File

@ -143,6 +143,21 @@ maven.xdoc.poweredby.url = http://maven.apache.org/
</faq>
</part>
<part id="problems">
<title>Specific problems</title>
<faq id="problems-unicode">
<question>Can I use Unicode characters in my xml files?</question>
<answer>
Yes. You will have to set you system locale accordingly when
you generate a site, <emph>eg.</emph> on Linux:
'<code>export LANG=en_US.UTF-8</code>'.
</answer>
</faq>
</part>
<!--
<faq id="">
<question></question>