arachni-ui-web
arachni-ui-web copied to clipboard
Adding new profile wrong char encoding
When I put special chars in the profile description like 'é' or 'à' they are not render like they should, it output a '?'
Parameters are for some reason sent/received as ASCII-8BIT instead of UTF8. This used to work properly but something changed...looking into it.
I've noticed that not all forms have that problem so my best guess is that some non-UTF8 char has sneaked into the template which throws the browser off.
Now all of the forms have that problem...WTF!?