18 Aug
2016
18 Aug
'16
6:44 p.m.
On Fri, Aug 19, 2016 at 2:39 AM, eryk sun <eryksun@gmail.com> wrote:
They're all just characters in the context of Unicode, so I think it's clearest to use the character code, e.g.:
The second call to glob has replaced the U+AB00 character with '?', which means ...
Technically the character has been replaced with the byte value 63, although at this point, we're getting into dangerous areas of bytes being interpreted in one way or another. ChrisA