Created attachment 599193 [details] iso image created with deepburner Description of problem: The file names on iso files created with deepburner free 1.9 (http://www.deepburner.com/) are displayed as line of "_" symbols when -J option is given to isoinfo Version-Release number of selected component (if applicable): cdrkit-1.1.11-10.fc17 genisoimage-1.1.11-10.fc17 How reproducible: always Steps to Reproduce: 1. run isoinfo -J -f -i deepburner2.iso Actual results: /_______ Expected results: /116-17-6.mol;1
Joliet extension allows to use Unicode names, that are defined in UCS-2 format only. Debugging isoinfo with the given iso file, I see file names in Joilet extension in ASCII, instead of UCS-2. Such strings cannot be correctly decoded, so isoinfo shows only _ characters, which is right. So I'd say this is most probably not a bug in isoinfo, but in deepburner. Please, report this issue to deepburner developers.