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

Several improvements for non-Windows systems #4

Closed
wants to merge 1 commit into from

Commits on Jan 22, 2016

  1. Several improvements for non-Windows systems

    * Allow lowercase unhyphenated `utf8`
    * Allow LC_CTYPE to contain language as well as encoding
    * Relax formatting requirements, so `foo_BAR@utf-8.quotes` or similar gets
      accepted as well
    * Handle overrides correctly, using the highest priority non-empty setting
    * Simplify test suite by reducing each test to one line
    * Fix tests since assigning null or undefined to process.env will stringify
      that (at least on my Node 5.3.0), instead of unsetting the variable
    gagern committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    438e6ae View commit details
    Browse the repository at this point in the history