Ticket #1485 (closed defect: fixed)

Opened 15 years ago

Last modified 15 years ago

iso9660 extfs does not handle certain isos

Reported by: dborca Owned by: iNode
Priority: major Milestone: 4.7.0-pre2
Component: mc-vfs Version: 4.7.0-pre1
Keywords: Cc: dborca@…
Blocked By: Blocking:
Branch state: Votes for changeset: committed-master

Description

isoinfo 2.01.01a53 gives "Iconv not supported" error instead "Unknown charset", which makes mc unable to enter certain iso images. Also, all isos with Joliet "UCS level 1" display underscores instead of file names. Attached is a patch (against 4.7.0-pre1) which may be useful to anyone having the same issues.

Attachments

mc-4.7.0-pre1.iso9660.patch.gz (450 bytes) - added by dborca 15 years ago.
mc-4.7.0-pre1.iso9660.patch (922 bytes) - added by angel_il 15 years ago.

Change History

Changed 15 years ago by dborca

comment:1 Changed 15 years ago by dborca

  • Cc dborca@… added

Changed 15 years ago by angel_il

comment:2 Changed 15 years ago by iNode

  • Owner set to iNode
  • Status changed from new to accepted

Thanks for the patch, but I think egrep isn't portable solution.
I'll fix it with awk.

comment:3 follow-up: ↓ 4 Changed 15 years ago by iNode

  • severity changed from no branch to on review

branch: 1485_iso9660_extfs_ucs_support (parent:master)
996e5255062011b2b59dd830ccfb81982f104c1c

comment:4 in reply to: ↑ 3 ; follow-up: ↓ 7 Changed 15 years ago by dborca

Replying to iNode:

branch: 1485_iso9660_extfs_ucs_support (parent:master)
996e5255062011b2b59dd830ccfb81982f104c1c

Thanks. Shouldn't have been @AWK@, though?

comment:5 Changed 15 years ago by angel_il

  • Votes for changeset set to angel_il

comment:6 Changed 15 years ago by angel_il

maybe

grep -e "Iconv not yet supported" -e "Unknown charset" 

comment:7 in reply to: ↑ 4 Changed 15 years ago by iNode

  • Votes for changeset changed from angel_il to angel_il iNode
  • severity changed from on review to approved

Replying to dborca:

Replying to iNode:

branch: 1485_iso9660_extfs_ucs_support (parent:master)
996e5255062011b2b59dd830ccfb81982f104c1c

Thanks. Shouldn't have been @AWK@, though?

Yes, it should. Thanks.

maybe

grep -e "Iconv not yet supported" -e "Unknown charset" 

96c0dc08d88763a4c107670b96208aa483d831ce

comment:8 Changed 15 years ago by iNode

  • Status changed from accepted to testing
  • Resolution set to fixed

comment:9 Changed 15 years ago by iNode

  • Status changed from testing to closed

comment:10 Changed 15 years ago by iNode

  • Votes for changeset changed from angel_il iNode to commited-master
  • severity changed from approved to merged
Note: See TracTickets for help on using tickets.