This repository was archived by the owner on May 28, 2025. It is now read-only.
Replies: 1 comment
-
That is not the intended behavior. We'll need to investigate. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would have question regarding GenerateJSONReport function. You are using RapidJson module for your project where we observed that many of filepaths in json reports generated by scanner are not showing special characters properly.
Lets take this string as an example: APPLICAÇÕES
When I use RapidJson module alone and I feed string buffer directly, results are shown as expected.
But when whole scanner is used and this string is in filepath, report will provide different set of characters instead of Ç and Õ.
Is this intended?
Beta Was this translation helpful? Give feedback.
All reactions