Implemented complete iso PVM and workaround charset problems

This commit is contained in:
Mario Danic
2007-05-12 00:30:04 +00:00
parent 08dfbf2592
commit 5d0ea8fce1
6 changed files with 169 additions and 12 deletions

View File

@ -95,6 +95,10 @@ int main(int argc, char **argv)
}
volume = iso_volume_new_with_root( "VOLID", "PUBID", "PREPID", root );
volset = iso_volset_new( volume, "VOLSETID" );
//some tests
iso_volume_set_application_id(volume, "Libburnia");
iso_volume_set_copyright_file_id(volume, "LICENSE");
src = iso_source_new_ecma119(volset, 0, level, flags);