electionguard-python
electionguard-python copied to clipboard
During serialization don't convert unicode to ASCII
Issue
Fixes #791
Description
During serialization unicode like Raúl will no longer be encoded as Ra\u00fal and will instead just be encoded as Raúl.
Testing
- Modify a manifest to put unicode in a candidate's name.
- Create an election in the GUI
- Export an encryption package
Expected: the candidate's name should contain unicode