HTML Entities Encoder/Decoder

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
c4s
Addict
Addict
Posts: 1981
Joined: Thu Nov 01, 2007 5:37 pm
Location: Germany

HTML Entities Encoder/Decoder

Post 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!)
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!