Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support non-ASCII characters on Windows #134

Merged
merged 4 commits into from
Jan 12, 2019
Merged

Support non-ASCII characters on Windows #134

merged 4 commits into from
Jan 12, 2019

Commits on Oct 24, 2017

  1. Use CreateProcessW to spawn a process on Windows

    Support wide characters on Windows. This allows for non-ASCII characters
    in the command line.
    James Stocks committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    0230cf9 View commit details
    Browse the repository at this point in the history
  2. Spec test for unicode character in process environment

    James Stocks committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    aa93f42 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. Skip character encoding test on Windows and Ruby < 2.3

    This test will not currently work as the Ruby ENV hash has encoding limitations.
    This is fixed in Ruby 2.3
    (ruby/ruby@5e3467c)
    James Stocks committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    83c2a88 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Enable testing of Unicode Environment variables on Windows.

    Uses a Powershell script to read Environment on Windows hosts so that
    unicode characters can be properly tested on Ruby versions < 2.3
    da-ar committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    69e62a5 View commit details
    Browse the repository at this point in the history