summaryrefslogtreecommitdiff
path: root/src/rebar3.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar3.erl')
-rw-r--r--src/rebar3.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar3.erl b/src/rebar3.erl
index 2b24bca..80b4e4d 100644
--- a/src/rebar3.erl
+++ b/src/rebar3.erl
@@ -116,6 +116,7 @@ run(RawArgs) ->
-spec run_aux(rebar_state:t(), [string()]) ->
{ok, rebar_state:t()} | {error, term()}.
run_aux(State, RawArgs) ->
+ io:setopts([{encoding, unicode}]),
%% Profile override; can only support one profile
State1 = case os:getenv("REBAR_PROFILE") of
false ->