-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Method to_structured can't control NON-ASCII chars #206
Comments
Could anyone take a look at this? It would be nice to be able to pass a parameter like |
Hey, sorry, I seemed to miss this one. I'll try to spend some time over the next couple of days, but no ETA. PRs are very welcome though :-) |
Great, thanks! 🙏 |
OK, this is unfortunately not possible right now as well as it is not possible to modify any JSON-related conversions. I'd very much like to support I believe SDK should support more than just a couple of params but IDK when this can be implemented. Ideally, I'd like to provide a way to just supply custom |
@xSAVIKx I am interested in working on this issue, and I am trying to understand it a little better. sdk-python/cloudevents/conversion.py Line 62 in 21572af
|
Expected Behavior
I am using to_structured() but there are non-ascii symbols that I want to have included. I cannot alter its behaviour.
Actual Behavior
to_structured method returns them in the form of '\u00'
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: