Skip to content

Conversation

RenjiSann
Copy link
Collaborator

Fixes #5826

Reference

❯ /bin/printf %c πŸ™ƒ | hexdump          
0000000 00f0                                   
0000001

Before

❯ ./target/debug/printf %c πŸ™ƒ | hexdump
0000000 b0c3                                   
0000002

After

❯ ./target/debug/printf %c πŸ™ƒ | hexdump 
0000000 00f0                                   
0000001

@RenjiSann
Copy link
Collaborator Author

@tertsdiepraam @cakebaker

Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/tail/inotify-dir-recreate (fails in this run but passes in the 'main' branch)

@cakebaker cakebaker merged commit 75b2bfb into uutils:main Feb 29, 2024
@cakebaker
Copy link
Contributor

Thanks for your PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

printf should print a byte instead of a char
2 participants