I'm trying to send an hebrew string through parse rest API in a Django code the code is fine - sending a string in english works perfectly when the letters are in hebrew I get the following error:
Non-ASCII character '\xd7' but no encoding declared;
how can I set encoding programmatically for a specific line?
It's explained in the docs:
In your case: