It’s ASCII. All occurrences of the four characters \xST
are converted to 1 character, whose ASCII code is ST
(in hexadecimal), where S
and T
are any of 0123456789abcdefABCDEF
.
It’s ASCII. All occurrences of the four characters \xST
are converted to 1 character, whose ASCII code is ST
(in hexadecimal), where S
and T
are any of 0123456789abcdefABCDEF
.