Skip to content

Commit

Permalink
echo: handle multibyte escape sequences (#6803)
Browse files Browse the repository at this point in the history
* echo: handle multibyte escape sequences

Bug was reported, with root cause analysis, by kkew3
Added tests were derived from test cases provided by kkew3
See #6741

* Use concrete type

* Fix MSRV issue

* Fix non-UTF-8 argument handling

* Fix MSRV issue

* Fix Clippy violation

* Fix compiler warning

* Address PR comments

* Add MSRV TODO comments

* echo: use stdout_only_bytes instead of stdout_is_bytes

---------

Co-authored-by: Daniel Hofstetter <[email protected]>
  • Loading branch information
andrewliebenow and cakebaker authored Oct 22, 2024
1 parent 99fa11a commit 66f11c4
Show file tree
Hide file tree
Showing 2 changed files with 376 additions and 81 deletions.
Loading

0 comments on commit 66f11c4

Please sign in to comment.