clalancette / pycdlib

Python library to read and write ISOs
GNU Lesser General Public License v2.1
147 stars 38 forks source link

How can create a filename with ';' using UDF extension #111

Open NickoNO242 opened 1 year ago

NickoNO242 commented 1 year ago

Good day, i don´t have any problem creating the ISO with directories and files, but some filenames have a ';' in its name but the validation in line 119 (def _check_iso9660_filename) break my code because should ignore it with UDF extensión, maybe i am ignoring some parameter for fix this?