The C# Avro implementation supports using Unicode characters in the field names, since C# supports unicode characters in identifiers (https://docs.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/identifier-names).
On 2022/05/03 22:06:57 Nilesh Yadav wrote: > Hello, > > As per https://avro.apache.org/docs/current/spec.html#names;field names are > restricted to alphanumeric values in Avro schema. > > Do you have any plans to support unicode field names in future? > If yes, is there any estimated timeline for general availability? > If not, then could you suggest a way to support unicode field names in Avro > schema? Has anyone else solved the similar problem in a different way? > > Thank you, > Nilesh >
