Page 1 of 1

HTML Entities Encoder/Decoder

Posted: Sat Jun 13, 2015 9:57 am
by c4s
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!)