|
|
|
@ -507,6 +507,13 @@ struct isoburn_imgen_opts {
|
|
|
|
|
*/ |
|
|
|
|
unsigned int allow_full_ascii :1; |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Like allow_full_ascii, but only allowing 7-bit characters. |
|
|
|
|
* Lowercase letters get mapped to uppercase if not allow_lowercase is set. |
|
|
|
|
* Gets overridden if allow_full_ascii is enabled. |
|
|
|
|
*/ |
|
|
|
|
unsigned int allow_7bit_ascii :1; |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Allow paths in the Joliet tree to have more than 240 characters. |
|
|
|
|
*/ |
|
|
|
|