New API call isoburn_igopt_set_untranslated_name_len()

This commit is contained in:
2010-12-22 13:37:47 +00:00
parent 4803a31fa4
commit 2e64464c7c
5 changed files with 84 additions and 4 deletions

View File

@@ -386,6 +386,15 @@ struct isoburn_imgen_opts {
* but it is supposed to work on most moderns systems. Use with caution.
*/
/*
* Extra Caution: This option breaks any assumptions about names that
* are supported by ECMA-119 specifications.
* Omit any translation which would make a file name compliant to the
* ECMA-119 rules. This includes and exceeds omit_version_numbers,
* max_37_char_filenames, no_force_dots bit0, allow_lowercase.
*/
unsigned int untranslated_name_len;
/**
* Omit the version number (";1") at the end of the ISO-9660 identifiers.
* Version numbers are usually not used.