On 8/2/19 1:48 PM, Chris Billington via arch-general wrote:

... I do
not understand the escape sequences \303\251 ...

They're octal:

303 (octal) = 011 000 011 (binary) = 0 1100 0011 (binary) = c3 (hex)

251 (octal) = 010 101 001 (binary) = 0 1010 1001 (binary) = a9 (hex)

HTH,
Dan

Reply via email to