[
https://issues.apache.org/jira/browse/AVRO-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902563#comment-16902563
]
ASF subversion and git services commented on AVRO-2500:
-------------------------------------------------------
Commit 4593c3651516a6ff5c30e43198285d6435e2ff49 in avro's branch
refs/heads/master from Anton Ryzhov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=4593c36 ]
AVRO-2500: Fix serializing int type in some cultures for C# bindings (#602)
* AVRO-2500: Fixing serializing int type in some cultures
* AVRO-2500: Add unit test for schema name in Turkish culture
> 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)