mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
join: add support for non-unicode field separators
This allows for `-t` to take invalid unicode (but still single-byte) values on unix-like platforms. Other platforms, which as of the time of this commit do not support `OsStr::as_bytes()`, could possibly be supported in the future, but would require design decisions as to what that means.
This commit is contained in:
parent
7b3cfcf708
commit
58d65fb953
3 changed files with 47 additions and 3 deletions
BIN
tests/fixtures/join/non-unicode_sep.expected
vendored
Normal file
BIN
tests/fixtures/join/non-unicode_sep.expected
vendored
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue