Obviously <
and >
are necessary for escaping user input. But is there any reason to use, say, ™
instead of ™?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.