Character |
Byte value |
Escape sequence |
---|---|---|
(nul) |
0x00 |
\0 (0x5c 0x30) |
. (PERIOD) |
0x2e |
\p (0x5c 0x70) |
\ (backslash) |
0x5c |
\\ (0x5c 0x5c) |