[
https://issues.apache.org/jira/browse/AVRO-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877886#action_12877886
]
R. Tyler Ballance commented on AVRO-565:
----------------------------------------
I found the source of our issues, it appears we have some places where UTF-8
encoded str objects are floating around (with utf-8 code-points in them) that
were failing to "re-encode" to UTF-8
The solution we're working on is removing encoded strings in the code base and
just using unicode objects for everything, I think we can close this ticket
> Investigate Python encoding error
> ---------------------------------
>
> Key: AVRO-565
> URL: https://issues.apache.org/jira/browse/AVRO-565
> Project: Avro
> Issue Type: Bug
> Components: python
> Reporter: Jeff Hammerbacher
>
> Tyler B is seeing the following encoding error:
> http://avro.pastebin.com/b4HSYjCz.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.