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:
parent
97d05ea825
commit
ef86ef7eb2
@ -143,6 +143,21 @@ maven.xdoc.poweredby.url = http://maven.apache.org/
|
|||||||
</faq>
|
</faq>
|
||||||
</part>
|
</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="">
|
<faq id="">
|
||||||
<question></question>
|
<question></question>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user