ruby-changes:70522
From: aycabta <ko1@a...>
Date: Fri, 24 Dec 2021 16:55:23 +0900 (JST)
Subject: [ruby-changes:70522] 61ca29be1b (master): Use UTF-8 for lib/reline on AppVeyor
https://git.ruby-lang.org/ruby.git/commit/?id=61ca29be1b From 61ca29be1bff5409188ce28a8ca339b96e314f91 Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@g...> Date: Fri, 24 Dec 2021 15:54:18 +0900 Subject: 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 037c8d6df6b..9ebe41e1c81 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -30,7 +30,7 @@ environment: https://github.com/ruby/ruby/blob/trunk/.appveyor.yml#L30 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: -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/