Comment on One of my Drupal sites was hackedparentComments−michaelmior12yNote that to decode escaped characters you can just use str.decode('string-escape')−joshvm12yThanks for that, I wasn't aware there was a built-in to handle strings where there's mixed ascii/hex content.
Comments
Note that to decode escaped characters you can just use
Thanks for that, I wasn't aware there was a built-in to handle strings where there's mixed ascii/hex content.