HTML Entities Encoder/Decoder
Posted: Sat Jun 13, 2015 9:57 am
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!)
In my opinion those are the perfect reasons for this feature to be implemented directly into PureBasic. (Might be interesting for SpiderBasic too!)