Encoding HTML Entities

I’ve just released an open source module called HTMLEncode that will encode/decode HTML entities. It was inspired by Thom McGrath’s HTMLEntities module but it’s been completely written from scratch to use faster Dictionaries and as much of the new Xojo framework as possible. Unfortunately, until Xojo implement a RegEx engine in the new framework, it won’t work on iOS.

Feedback always welcome.

Blog post
Repo