Hi,
On Fri, 17 Jan 2020 at 11:18, Marco Di Falco <marco.difa...@dedalus.eu> wrote: > Hello guys! > I have a producer and consumer running in a windows shell. > I write this message ‘questo è un test’ and in consumer receive this: > “questo ´┐¢ un test” . > > What properties should I use to set up character coding in utf-8? > thank you > Marco Have you tried using UTF-8 bytes when serialising/deserialising ? > >