Encoding Arrays with File Paths
Bob Sneidar
bobsneidar at iotecdigital.com
Tue Feb 18 16:28:06 EST 2025
Hi all.
I think I have uncovered an issue with encoding / decoding arrays where some array elements are file paths. I’m thinking that the forweard slashes are interfering with the decoding process. I think this because the arrayEncoded data has the actual paths still intact in the data stream.
I can work around this by base64encoding / decoding any elements with file paths, but I want to make sure that the array encoding process does in fact have issues with certain characters, and if it does what are those characters? Is there a list of them? Can I delimit them?
Bob S
More information about the use-livecode
mailing list