Comment on Programmers' DayparentComments−unwind14yNit-pick: that's not an ASCII character at all, since ASCII is a 7-bit encoding it does not contain a code point with the value 255 (or 256).See http://en.wikipedia.org/wiki/ASCII and http://en.wikipedia.org/wiki/%C5%B8#Character_encodings.
Comments
Nit-pick: that's not an ASCII character at all, since ASCII is a 7-bit encoding it does not contain a code point with the value 255 (or 256).
See http://en.wikipedia.org/wiki/ASCII and http://en.wikipedia.org/wiki/%C5%B8#Character_encodings.