Output of sanitizeFilename gives valid utf8 filenames including spaces. This is correct behaviour. But enigma will not tolerate spaces in bouquet filenames (it truncates the filename on the space), so remove any spaces here rather than breaking santizeFilename by including this there.
Output of sanitizeFilename gives valid utf8 filenames including spaces. This is correct behaviour. But enigma will not tolerate spaces in bouquet filenames (it truncates the filename on the space), so remove any spaces here rather than breaking santizeFilename by including this there.