I realize ' was not a valid HTML entity code as of HTML4, but it was added in HTML5.
Once in awhile I do come across strings containing ' that I need to canonicalize to the single quote character before performing another encoding type on the string.
I realize ' was not a valid HTML entity code as of HTML4, but it was added in HTML5.
Once in awhile I do come across strings containing ' that I need to canonicalize to the single quote character before performing another encoding type on the string.