Implementing an encoder/decoder for the HTML entities by ourselves is rather tedious because first of all there are a lot of them and secondly they can be presented in numerous ways: E.g. ã for ã, ™ for ™, € for € or © for ©.
In my opinion those are the perfect reasons for this feature to be implemented directly into PureBasic. (Might be interesting for SpiderBasic too!)
HTML Entities Encoder/Decoder
HTML Entities Encoder/Decoder
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!