Bug 841626

Summary: wrong names for files on deepburner-created iso
Product: [Fedora] Fedora Reporter: lg <gvlatyshev>
Component: cdrkitAssignee: Honza Horak <hhorak>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: hhorak
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-23 12:04:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
iso image created with deepburner none

Description lg 2012-07-19 15:46:25 UTC
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

Comment 1 Honza Horak 2012-07-23 12:04:03 UTC
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.