[
https://issues.apache.org/jira/browse/AVRO-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902571#comment-16902571
]
Hudson commented on AVRO-2500:
------------------------------
SUCCESS: Integrated in Jenkins build AvroJava #718 (See
[https://builds.apache.org/job/AvroJava/718/])
AVRO-2500: Fix serializing int type in some cultures for C# bindings
(blachniet:
[https://github.com/apache/avro/commit/4593c3651516a6ff5c30e43198285d6435e2ff49])
* (edit) lang/csharp/src/apache/main/Schema/UnnamedSchema.cs
* (edit) lang/csharp/src/apache/test/Schema/SchemaTests.cs
> 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
> Fix For: 1.10.0, 1.9.1
>
>
> 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)