❔ How to stop WebClient.DownloadString encoding apostrophies?
Does anyone know why WebClient.DownloadString encodes certain characters (e.g. apostrophe) even when .Encoding set to UTF8?
E.g. "If you don't shoot fast enough" comes back as: "If you don't shoot fast enough"
E.g. "If you don't shoot fast enough" comes back as: "If you don't shoot fast enough"