Hi guys,
Is there an easier way (short of copying the Base64Encoder and Decoder files and modifying them to make my own 'custom' versions) of getting Poco's Base64 implementation to support standard urlsafe encodings as discussed at http://en.wikipedia.org/wiki/Base64#RFC_4648 ?
Obviously I can get around this for the time being by 'crook' methods, but it would be nice to at least specify which encoding set to use. (It's a simple matter of using '-' and '_' respectively for Index 62 & 63, as opposed to '+' and '/')





