Ingo Scherzinger wrote:
Is there an object that can read textfiles (or any other file type) that includes "spaces" and can output these spaces (as something) so I can convert them to "ascii 32" or "ascii 160"?
[mrpeach/binfile] will output raw bytes from any file, so spaces in a text file will show up as 32.
Martin