Skip to content

Conversation

@lprichar
Copy link
Contributor

@lprichar lprichar commented Oct 3, 2022

Issue

Fixes #334

Description

When converting a manifest to json the C# replaces unicode characters like ú with an ascii escape sequence that begins with \u. However the C++ json library has a bug where it double escapes \ characters so this provides a workaround the replacing \\u with \u in the C++.

Testing

The unit test Test_Unicode_CandidateNames has been adjusted to assert the correct expected values. If it passes then we're good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐞 Unicode gets double escaped when serializing to json

2 participants