[Haskell-beginners] Reading a list of null-terminated filenames from stdin?

Imants Cekusins imantc at gmail.com
Sun Oct 11 09:33:50 UTC 2015


why not base64 encode input text to produce file names:

https://en.wikipedia.org/wiki/Base64#Filenames

The encoded file names would be less likely to cause problem. You
could get the original text input by decoding the file name.


More information about the Beginners mailing list