Hello everyone! I'm trying to find some documentation that explains how to properly convert numeric entity references in a string value while parsing XML. Can somebody point me to the proper place or tell me the magic keywords to enter into Google? 🙂 i.e. convert " " to " " (<-- non-breaking space character).
My app is parsing RSS feeds, so   was just one of the entities that I saw that needed to be decoded to the character. I'm not sure if it is a setting on the kotlin serialization package or what.