summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-12-24 15:54:18 +0900
committeraycabta <aycabta@gmail.com>2021-12-24 16:55:09 +0900
commit61ca29be1bff5409188ce28a8ca339b96e314f91 (patch)
treea95c2f65655408bc1f25ff1c2c19e1a4bff7d787 /.appveyor.yml
parent71e85ec9b5944238e14ac4e651247ecd0a98d27b (diff)
Use UTF-8 for lib/reline on AppVeyor
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5338
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 037c8d6df6..9ebe41e1c8 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -30,7 +30,7 @@ environment:
ssl: OpenSSL-v111
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
GEMS_FOR_TEST: ""
- RELINE_TEST_ENCODING: "Windows-31J"
+ RELINE_TEST_ENCODING: "UTF-8"
for:
-
matrix: