htmlentities()



The manual says that the default parameter is:

ENT_COMPAT - Will convert double-quotes and leave single-quotes alone.

Why is that the default and not:

ENT_QUOTES - Will convert both double and single quotes.


Also, what does 'ENT' refer to here? Thanks.
.