Open cfergeau opened 3 years ago
The logs are showing some messages translated to French, which show encoding issues:
a ??chou?? should be a échoué, r??pondu -> répondu, au del?? -> au delà, ...
a ??chou??
a échoué
r??pondu
répondu
au del??
au delà
My suspicion would go to attempting to print a utf-8 encoded string as ascii or such. French é/à/... are encoded using 2 bytes in UTF-8, and UTF-8 is also the encoding used internally by go.
The logs are showing some messages translated to French, which show encoding issues:
a ??chou??
should bea échoué
,r??pondu
->répondu
,au del??
->au delà
, ...