Small correction: the trademark character is not in ASCII since ASCII is only 7-bit. The string "\x99" is not a valid UTF-8 encoding either; so it is simply a string that contains the byte 153
Smiling person, father of two, Husband, Senior Developer/Architect (in that exact order, it's important)
Experience in development since 2004
Linux user and advocate since 2001
Small correction: the trademark character is not in ASCII since ASCII is only 7-bit. The string "\x99" is not a valid UTF-8 encoding either; so it is simply a string that contains the byte 153
Indeed, thanks