From 61ca29be1bff5409188ce28a8ca339b96e314f91 Mon Sep 17 00:00:00 2001 From: aycabta Date: Fri, 24 Dec 2021 15:54:18 +0900 Subject: [PATCH] Use UTF-8 for lib/reline on AppVeyor --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: