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

quoting_style: Add support for non-UTF-8 bytes #6882

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 23, 2024

  1. Bump MSRV to 1.79

    jtracey committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    22fc7a2 View commit details
    Browse the repository at this point in the history
  2. quoting_style: add support for non-unicode bytes

    This new functionality is implemented, but not yet exposed here.
    jtracey committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    55c12fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98014f4 View commit details
    Browse the repository at this point in the history
  4. quoting_style: use and return OsStrings

    This exposes the non-UTF-8 functionality to callers. Support in `argument`,
    `spec`, and `wc` are implemented, as their usage is simple. A wrapper only
    returning valid unicode is used in `ls`, since proper handling of OsStrings
    there is more involved (outputs that escape non-unicode work now though).
    jtracey committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    b002ff2 View commit details
    Browse the repository at this point in the history