I found this solution using Intellisense :)
string sevenbit = HtmlEntity.Entitize(utf8string, true, false);
This seems to do the trick just nicely. But is it possible to have HAP do this automatically instead of me explicitly having to code it?
I found this solution using Intellisense :)
string sevenbit = HtmlEntity.Entitize(utf8string, true, false);
This seems to do the trick just nicely. But is it possible to have HAP do this automatically instead of me explicitly having to code it?