jquery-encoder
jquery-encoder copied to clipboard
canonicalize ' ?
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 am all for adding support for ' - scheduling this for the next release