arachni-ui-web icon indicating copy to clipboard operation
arachni-ui-web copied to clipboard

Adding new profile wrong char encoding

Open beunwa opened this issue 12 years ago • 3 comments

When I put special chars in the profile description like 'é' or 'à' they are not render like they should, it output a '?'

beunwa avatar Jan 30 '13 11:01 beunwa

Parameters are for some reason sent/received as ASCII-8BIT instead of UTF8. This used to work properly but something changed...looking into it.

Zapotek avatar Feb 02 '13 00:02 Zapotek

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.

Zapotek avatar Feb 16 '13 18:02 Zapotek

Now all of the forms have that problem...WTF!?

Zapotek avatar Mar 26 '13 21:03 Zapotek