mirror of
https://github.com/xcat2/confluent.git
synced 2025-02-16 18:49:04 +00:00
If the json dumper sees utf-8 encoded strings that it wants to join with other strings, it will not work. Instead make all the data fully unicode to make json dumper happy. Then force it to encode to utf-8 to make python's IO happy.
Description
Languages
Python
80.3%
Shell
15.6%
C
3.6%
Perl
0.3%