Obviously < and > are necessary for escaping user input. But is there any reason to use, say, ™ instead of ™?
Obviously < and > are necessary for escaping user input. But is there any
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. This is usually a product of people confused about either encoding or their OS’s input methods. If you use a modern encoding (e.g. UTF-8) and learn how to type special characters, you’ll very rarely have to go beyond
<,>, and&. For instance, with the Compose key, entering ™ usually requires just Compose-t-m.See my previous answer on this.