1
Fork 0
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:
Justin Tracey 2022-01-21 14:22:11 -05:00
parent 7b3cfcf708
commit 58d65fb953
3 changed files with 47 additions and 3 deletions

Binary file not shown.