OpenPLi / enigma2

Framebuffer based frontend for DVB functions on Linux settop boxes
GNU General Public License v2.0
153 stars 206 forks source link

[ChannelSelection] bouquet name #4059

Closed Huevos closed 2 months ago

Huevos commented 2 months ago

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.