Election-Tech-Initiative / electionguard-cpp

A C++ implementation of ElectionGuard specification focused on encryption components.
https://www.electionguard.vote/
MIT License
23 stars 26 forks source link

🐞 Latin characters can cause exceptions #332

Closed SteveMaier-IRT closed 1 year ago

SteveMaier-IRT commented 1 year ago

Is there an existing issue for this?

Current Behavior

Pilot election manifest contains Latin characters with accents. This leads to the manifest not serializing to json properly.

Expected Behavior

Latin characters with an accent should not make the toJson serialization fail.

Steps To Reproduce

No response

Environment

- OS:

Anything else?

No response