[ 
https://issues.apache.org/jira/browse/AVRO-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anton Ryzhov updated AVRO-2500:
-------------------------------
    Description: 
In Turkish culture tr_TR string.ToLower() converts capital 'i' to small dotless 
'i'.

The property *Name* in *UnnamedSchema* class returns the string 'ınt' with 
first small dotless 'i' character for integer primitive type in tr_TR culture. 
Therefore all schemas containing 'int' primitive type are serialized into 
invalid schema json.


  was:
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.



> 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: Bug
>          Components: csharp
>    Affects Versions: 1.9.0
>            Reporter: Anton Ryzhov
>            Priority: Major
>
> In Turkish culture tr_TR string.ToLower() converts capital 'i' to small 
> dotless 'i'.
> The property *Name* in *UnnamedSchema* class returns the string 'ınt' with 
> first small dotless 'i' character for integer primitive type in tr_TR 
> culture. Therefore all schemas containing 'int' primitive type are serialized 
> into invalid schema json.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to