With ``` echo "mÃ" > /tmp/a ``` With our implementation: ``` $ cat /tmp/a| ./target/debug/coreutils wc -L -l 1 2 ``` With GNU: ``` $ cat /tmp/a| /usr/bin/wc -L -l 1 1 ``` Found with the wc differential fuzzer