mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-27 11:30:06 +00:00
Jarrod Johnson
c5cf829117
Avoid stacktrace on pipe on non-ascii
Various commands may (accidentally or intentionally) encounter non-ascii data. While python stdout without pipe is fine, when piping it assumes ascii. Fix this to always assume utf-8 explicitly.
Description
Languages
Python
80.3%
Shell
15.6%
C
3.6%
Perl
0.3%