Hi Anton, Which Avro module do you use ? Java, Python, ... ? Please show us your code!
On Tue, Oct 19, 2021 at 6:03 PM Anton <anton...@yandex.ru> wrote: > Hello, > > > > I’m trying to deserialize avro data to json and now I can’t properly > receive non-ASCII symbols from encoder. In OutputStream of encoder I’m > seeing Unicode codes like \\u042a in place of non ASCII symbols. > > How to properly translate this data to Unicode strings? >