This is an automated email from the ASF dual-hosted git repository.

sgoeschl pushed a commit to branch FREEMARKER-151
in repository https://gitbox.apache.org/repos/asf/freemarker-generator.git


The following commit(s) were added to refs/heads/FREEMARKER-151 by this push:
     new 2d4c050  FREEMARKER-151 [freemarker-cli] Ensure that build and and 
examples are running on Windows
2d4c050 is described below

commit 2d4c050e525c62821682c0c39059b0b64a8a9cbc
Author: Siegfried Goeschl <[email protected]>
AuthorDate: Tue Jul 7 12:56:32 2020 +0200

    FREEMARKER-151 [freemarker-cli] Ensure that build and and examples are 
running on Windows
---
 freemarker-generator-cli/src/main/scripts/run-examples.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/freemarker-generator-cli/src/main/scripts/run-examples.bat 
b/freemarker-generator-cli/src/main/scripts/run-examples.bat
index 4248866..5b4ed44 100644
--- a/freemarker-generator-cli/src/main/scripts/run-examples.bat
+++ b/freemarker-generator-cli/src/main/scripts/run-examples.bat
@@ -35,7 +35,7 @@ REM Demo
 REM =========================================================================
 
 echo "examples\templates\demo.ftl"
-%FREEMARKER_CMD% -t examples\templates\demo.ftl README.md > target\out\demo.txt
+%FREEMARKER_CMD% -t examples\templates\demo.ftl README.md --output-encoding 
CP1252 > target\out\demo.txt
 
 REM =========================================================================
 REM Interactive Mode

Reply via email to