https://bugs.kde.org/show_bug.cgi?id=349865
Ole Osterhagen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/mult | |imedia/k3b/-/commit/3a53936 | |4ff286b2f5a0769c45458afb9f9 | |6efffc Status|ASSIGNED |RESOLVED --- Comment #4 from Ole Osterhagen <[email protected]> --- Git commit 3a539364ff286b2f5a0769c45458afb9f96efffc by Ole Osterhagen. Committed on 08/08/2026 at 17:09. Pushed by aacid into branch 'master'. Fix import of sessions with a Joliet descriptor In a session which uses the Joliet extension, directory entries have to be distinguished if they belong to the Joliet supplementary volume descriptor or not. Only the entries from the Joliet descriptor use UCS-2 for file or directory identifiers. M +7 -1 libk3b/tools/k3biso9660.cpp M +7 -0 libk3b/tools/k3biso9660.h M +6 -0 tests/CMakeLists.txt A +84 -0 tests/k3biso9660test.cpp * A +15 -0 tests/k3biso9660test.h * A +- -- tests/testdata/iso.iso A +- -- tests/testdata/joliet.iso A +- -- tests/testdata/rockridge.iso A +- -- tests/testdata/rockridge_joliet.iso The files marked with a * at the end have a non valid license. Please read: https://community.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. https://invent.kde.org/multimedia/k3b/-/commit/3a539364ff286b2f5a0769c45458afb9f96efffc -- You are receiving this mail because: You are watching all bug changes.
