## 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 1. Try to pass an event containing a non-ascii symbol (Ø, ü, etc.) 2. Print the result ## Specifications - Python 3.7.15 - cloudevents 1.7.1