]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libblkid: iso9660: parse SYSTEM_ID, PUBLISHER_ID and APPLICATION_ID from Joliet
authorPali Rohár <pali.rohar@gmail.com>
Thu, 10 Dec 2020 00:43:46 +0000 (01:43 +0100)
committerPali Rohár <pali.rohar@gmail.com>
Thu, 10 Dec 2020 00:43:46 +0000 (01:43 +0100)
commit18565da827bb8d8f0e4d4c8c204b0fea233576af
tree817f85d3a40711ea08db81a5f677cffdcdc89139
parentdab6d75cfc344a9477889778fe3f84748c9742a8
libblkid: iso9660: parse SYSTEM_ID, PUBLISHER_ID and APPLICATION_ID from Joliet

Joliet may contain UNICODE variant of these identifiers. So prefer UNICODE
variant from Joliet over ASCII variant if Joliet one is available.

Also use same technique as for Label for reconstructing original UNICODE
variants of these identifiers.

Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
libblkid/src/superblocks/iso9660.c