New command -joliet_map
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
@c man .\" First parameter, NAME, should be all caps
|
||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||
@c man .TH XORRISO 1 "Version 1.5.3, Nov 15, 2020"
|
||||
@c man .TH XORRISO 1 "Version 1.5.3, Nov 20, 2020"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -1306,13 +1306,14 @@ from being recorded or restored.
|
||||
@item -ecma119_map "stripped"|"unmapped"|"lowercase"|"uppercase"
|
||||
@kindex -ecma119_map names w/o Rock Ridge, Joliet
|
||||
@cindex File names, if neither Rock Ridge nor Joliet
|
||||
Choose the conversion of file names from the loaded session if neither
|
||||
a Rock Ridge name nor a Joliet name was read from the session.
|
||||
Choose the conversion of file names when a session gets loaded, if they stem
|
||||
neither from a Rock Ridge name nor from a Joliet name.
|
||||
@*
|
||||
Mode "stripped" is the default. It shows the names as found in the ISO but
|
||||
removes trailing ";1" or ".;1" if present.
|
||||
@*
|
||||
Mode "unmapped" shows names as found without removing characters.
|
||||
Warning: Multi-session converts "xyz;1" to "xyz_1" and maybe adds new ";1".
|
||||
@*
|
||||
Mode "lowercase" is like "stripped" but also maps uppercase letters to
|
||||
lowercase letters. This is compatible to default GNU/Linux mount behavior.
|
||||
@ -1320,6 +1321,17 @@ lowercase letters. This is compatible to default GNU/Linux mount behavior.
|
||||
Mode "uppercase" is like "stripped" but maps lowercase letters to uppercase,
|
||||
if any occur despite the prescriptions of ECMA-119.
|
||||
@c man .TP
|
||||
@item -joliet_map "stripped"|"unmapped"
|
||||
@kindex -joliet_map Joliet names
|
||||
@cindex File names, if Joliet is loaded
|
||||
Choose the conversion of file names when a session gets loaded from a Joliet
|
||||
tree.
|
||||
@*
|
||||
Mode "stripped" is the default. It removes trailing ";1" or ".;1" if present.
|
||||
@*
|
||||
Mode "unmapped" shows names as found without removing characters.
|
||||
Warning: Multi-session converts "xyz;1" to "xyz_1" and maybe adds new ";1".
|
||||
@c man .TP
|
||||
@item -iso_nowtime "dynamic"|timestring
|
||||
@kindex -iso_nowtime fixed "now" time for ISO 9660 objects
|
||||
@cindex libisofs, fixed "now" time
|
||||
|
Reference in New Issue
Block a user