to Base64 encodie/decode any byte size data.
You could easily encode double byte data by converting them into byte data and viceversa for decoding
Base64 data.
The alphabet is really an array of XMLBytes. Just changing XMLBytes to XMLChar wont
work as a Base64 encoder/decoder ( look at the algorithm).
Transcoding is not the same than Base64 encoding/decoding. Base64 encoding/decoding.
About efficiency I don't know where you would gain efficiency, could you elaborate? You worry
about having to treat XMLCh ( a double byte) as a two bytes? But you would have to do that
anyway because your data could have one or two bytes.
Cheers,
Jeff Rodriguez
_________________________________________________________________
Get MSN 8 and enjoy automatic e-mail virus protection. http://join.msn.com/?page=features/virus
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
