mirror of
https://github.com/xcat2/confluent.git
synced 2026-05-16 11:24:17 +00:00
c5cf829117
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.