New -compliance option 7bit_ascii
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO 1 "Version 1.2.1, Mar 14, 2012"
|
||||
.TH XORRISO 1 "Version 1.2.1, Mar 22, 2012"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -2242,6 +2242,10 @@ not 8.3.
|
||||
.br
|
||||
"lowercase" allows lowercase characters in ECMA\-119 file names.
|
||||
.br
|
||||
"7bit_ascii" allows nearly all 7\-bit characters in ECMA\-119 file names.
|
||||
Not allowed are 0x0 and '/'. If not "lowercase" is enabled, then lowercase
|
||||
letters get converted to uppercase.
|
||||
.br
|
||||
"full_ascii" allows all 8\-bit characters except 0x0 and '/'
|
||||
in ECMA\-119 file names.
|
||||
.br
|
||||
|
Reference in New Issue
Block a user