Issueing warnings when Joliet file names with non-UCS-2 characters get read

This commit is contained in:
2013-12-31 13:14:42 +01:00
parent 9b4e0b611a
commit 60eb7e883c
3 changed files with 33 additions and 10 deletions

View File

@@ -965,4 +965,7 @@ void ecma119_set_voldescr_times(IsoImageWriter *writer,
int iso_write_partition_file(Ecma119Image *target, char *path,
uint32_t prepad, uint32_t blocks, int flag);
void issue_ucs2_warning_summary(size_t failures);
#endif /*LIBISO_ECMA119_H_*/