Re:Base64 Encoding using Indy
"TPopson" <
XXXX@XXXXX.COM >wrote in message
Quote
Has anyone used the Base64Encoding? I'm having trouble
with Null characters terminating my string.
Please show your actual code. Indy doesn't terminate on null characters, so
you are probably passing in strings with embedded null characters that get
treated as null terminators before Indy ever sees the string values.
Gambit