I have gotten a value, encoded like so:
%3Cp%3E%0AGlobal%20Business%20Intensive%20Course%20%u2013%
I noticed that one of the characters seems to be encoded in a different manner at the end, the %u2013. It appears to be some form of unicode character, but it is causing me to get URI malformed errors. is there a way to replace these with standard encoding characters? In this example, it seems %u2013 is supposed to be a hyphen.