Anton Ryzhov created AVRO-2500:
----------------------------------
Summary: Avro library for .NET generates invalid schema json in
some cultures
Key: AVRO-2500
URL: https://issues.apache.org/jira/browse/AVRO-2500
Project: Apache Avro
Issue Type: Wish
Components: csharp
Affects Versions: 1.9.0
Reporter: Anton Ryzhov
In Turkish culture tr_TR string.ToLower() converts capital 'i' to small dotless
'i'.
The property in UnnamedSchema.cs returns the string 'ınt' with first small
dotless 'i' for integer primitive type in tr_TR culture.
All schemas containing 'int' primitive type are serialized into invalid schema
json.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)