Skip to content

Commit

Permalink
Merge pull request #672 from aycabta/set-utf8
Browse files Browse the repository at this point in the history
Set UTF-8 to use Unicode property
  • Loading branch information
aycabta authored Dec 3, 2018
2 parents 2335ae5 + e6326db commit 4dfae4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
init:
# Set UTF-8 to use Unicode property because the defualt encoding on AppVeyor is Encoding::IBM437
- set RUBYOPT=-EUTF-8
# To avoid duplicated executables in PATH, see https://github.com/ruby/spec/pull/468
- set PATH=C:\ruby%RUBY_VERSION%\bin;C:\msys64\usr\bin;C:\Program Files\7-Zip;C:\Program Files\AppVeyor\BuildAgent;C:\Program Files\Git\cmd;C:\Windows\system32;C:\Program Files;C:\Windows
# Loads trunk build and updates MSYS2 / MinGW to most recent gcc compiler
Expand Down

0 comments on commit 4dfae4e

Please sign in to comment.