Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit c4f0966

Browse files
committed
Userchcp 932 ANSI/OEM Japanese for appveyor build test command
This is for testing purpose. To see if the test suite pass with japanese encoding See: https://docs.microsoft.com/en-us/windows/desktop/intl/code-page-identifiers
1 parent df99dcd commit c4f0966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ before_test:
3030
- chcp
3131

3232
test_script:
33-
- chcp 65001 && bundle exec rspec --backtrace
33+
- chcp 932 && bundle exec rspec --backtrace
3434

3535
environment:
3636
matrix:

0 commit comments

Comments
 (0)