Comment on UTF-8 history (2003)parentComments−duskwuff11moa zero byte is ^@, for example, because...A zero byte is ^@ because 0x00 + 64 = '@'. The same pattern holds for all C0 control codes.−pklausler11moYes, and why is '@' at 0x40?
Comments
A zero byte is ^@ because 0x00 + 64 = '@'. The same pattern holds for all C0 control codes.
Yes, and why is '@' at 0x40?