From cbe1b68796f8621821a1902488d1286c420a6b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 11 Jun 2018 22:21:58 +0200 Subject: Make scripts/asciidoc output Unicode --- scripts/asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/asciidoc b/scripts/asciidoc index 9e0d196..e29fb9f 100755 --- a/scripts/asciidoc +++ b/scripts/asciidoc @@ -90,6 +90,6 @@ fi <&0 erl +A0 -boot no_dot_erlang -noshell -pz `dirname $0`/../ebin -eval " \ case asciideck:to_html($PARSE_CALL, $TRANSLATE_OPTS) of \ ok -> ok; \ - Output -> io:format(\"~s~n\", [Output]) \ + Output -> io:format(\"~ts~n\", [Output]) \ end, \ halt()" -- cgit v1.2.3