From c0e1f4f9f2b4d3428e6d691b312098ad8b3ef004 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 22 Mar 2012 10:23:39 +0000 Subject: [PATCH] File which was omitted when committing rev. 4674 --- libisoburn/isoburn.h | 7 +++++++ xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libisoburn/isoburn.h b/libisoburn/isoburn.h index ef51c5f5..d7e90a59 100644 --- a/libisoburn/isoburn.h +++ b/libisoburn/isoburn.h @@ -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. */ diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index a332a650..dcdfa26f 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2012.03.22.102053" +#define Xorriso_timestamP "2012.03.22.102402"