I have a pretty simple question. To denote the dollar, there is a named html entity in the "majority" of links, and this is what you expect from it; '& Amp; dollar;'.
But in other links, this is missing, and you say that only a numerical object is available (& # 36;).
As I recall, the named object did not exist for a long time, because $ is part of the standard ascii set. And because of this, earlier / older versions of IE and other browsers do not support this object.
So what is connected with this? I am looking for what support for a named object and why it was not supported in the first place ...
Here is a link to all currency symbols, where, oddly enough, only the dollar does not have a named object http://www.entitycode.com/#currency-content
Here is a small example of what I'm talking about when you use dollar + int http://codepad.org/xCxWZWsu And yes, I know that in this simple example I could just escape from the dollar sign with a slash, but trust me when I say that creating its essence while storing a string is the most reasonable solution in my case.
Regardless of my example, I'm still wondering what support is for the dollar; an object.
sg3s
source share