16 Feb
2010
16 Feb
'10
4:38 p.m.
I'm implementing a base64 decoder using multichar_input_filter, it works well but it doesn't seems to stop, after the last char of the testcase string (which is reads from file), it continues to read, I must be missing something, here is the code: http://codepad.org/YvKREpKS the convert funcion does the actual convert and I don't think it is relevant to the code but if someone thinks it is, I'll include it. I'm banging my head against the wall for a couple of days in this issue... thanks.