[GitHub] avro pull request #221: fixes unicode compile on windows

2017-04-23 Thread skarlsson
GitHub user skarlsson opened a pull request: https://github.com/apache/avro/pull/221 fixes unicode compile on windows if compiling avro library in unicode mode (for linkage with other unicode libraries) the macro CreateFile will exand to a unicode version that fails to compile

[GitHub] avro pull request: bugfix cant serialize json with characters >127...

2015-06-30 Thread skarlsson
GitHub user skarlsson opened a pull request: https://github.com/apache/avro/pull/38 bugfix cant serialize json with characters >127 signed char -> int iscntrl assumes 0-255 but signed char gets expanded to bad things You can merge this pull request into a Git reposit