Add a pair of doublequotes after every hex character... this is to avoid
implementation defind behaviour with more than two byte hex codes... ie: "\x01b" may legally be interpreted as "\x1b" or "\x01""b"
Please register or sign in to comment
implementation defind behaviour with more than two byte hex codes... ie: "\x01b" may legally be interpreted as "\x1b" or "\x01""b"