Skip to content

Commit e6326db

Browse files
committed
Set UTF-8 to use Unicode property
The default encoding on AppVeyor is Encoding::IBM437.
1 parent 355c4e4 commit e6326db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
init:
3+
# Set UTF-8 to use Unicode property because the defualt encoding on AppVeyor is Encoding::IBM437
4+
- set RUBYOPT=-EUTF-8
35
# To avoid duplicated executables in PATH, see https://github.com/ruby/spec/pull/468
46
- 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
57
# Loads trunk build and updates MSYS2 / MinGW to most recent gcc compiler

0 commit comments

Comments
 (0)