[arch-general] Opening a document with unicode in path

Dan Sommers 2QdxY4RzWzUUiLuE at potatochowder.com
Fri Aug 2 18:03:15 UTC 2019


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


More information about the arch-general mailing list