This is an automated email from the ASF dual-hosted git repository.
ddekany pushed a commit to branch FREEMARKER-154
in repository https://gitbox.apache.org/repos/asf/freemarker-generator.git
The following commit(s) were added to refs/heads/FREEMARKER-154 by this push:
new 6f326a9 Fixed charset issue with demo.txt
6f326a9 is described below
commit 6f326a91a34d10e34ce872a001da327dc95da1ed
Author: ddekany <[email protected]>
AuthorDate: Sun Aug 30 12:26:19 2020 +0200
Fixed charset issue with demo.txt
---
freemarker-generator-website/src/main/docgen/book.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/freemarker-generator-website/src/main/docgen/book.xml
b/freemarker-generator-website/src/main/docgen/book.xml
index fa9005f..b27dc52 100644
--- a/freemarker-generator-website/src/main/docgen/book.xml
+++ b/freemarker-generator-website/src/main/docgen/book.xml
@@ -754,8 +754,8 @@ EDITOR ==> vi</programlisting>
<section>
<title>Using Advanced FreeMarker Features</title>
- <para>There is a `demo.ftl` which shows some advanced FreeMarker
- functionality:</para>
+ <para>There is a <literal>demo.ftl</literal> which shows some advanced
+ FreeMarker functionality:</para>
<itemizedlist>
<listitem>
@@ -785,7 +785,7 @@ EDITOR ==> vi</programlisting>
<para>gives you</para>
- <programlisting role="output">[docgen.insertFile
"@exampleOutputs/demo.txt"]</programlisting>
+ <programlisting role="output">[docgen.insertFile
"@exampleOutputs/demo.txt" charset="CP1252"]</programlisting>
</section>
</section>
</chapter>