New isoburn_igopt_set_relaxed() option isoburn_igopt_allow_dir_id_ext

This commit is contained in:
2010-12-25 09:23:08 +00:00
parent 8262c19e40
commit 59d873c385
4 changed files with 24 additions and 2 deletions

View File

@@ -395,6 +395,15 @@ struct isoburn_imgen_opts {
*/
unsigned int untranslated_name_len;
/*
* Convert directory names for ECMA-119 similar to other file names, but do
* not force a dot or add a version number.
* This violates ECMA-119 by allowing one "." and especially ISO level 1
* by allowing DOS style 8.3 names rather than only 8 characters.
* (mkisofs and its clones seem to do this violation.)
*/
unsigned int allow_dir_id_ext :1;
/**
* Omit the version number (";1") at the end of the ISO-9660 identifiers.
* Version numbers are usually not used.