| Summary: | UDF multisessioning | ||
|---|---|---|---|
| Product: | [Applications] k3b | Reporter: | Gordon <gordoneki> |
| Component: | Data Project | Assignee: | K3b Bugs <k3b-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | michalm, trueg |
| Priority: | NOR | ||
| Version First Reported In: | 21.12.3 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Gordon
2024-08-25 09:36:49 UTC
Another reason to support optional UDF-only multisessioning: Joliet and Rock Ridge struggle with advanced unicode characters such as emoticons, where as UDF supports both 8-bit and 16-bit file name encoding. 8-bit ASCII is used for file names without special characters to save space. UDF specifications can be obtained here: http://www.osta.org/specs/pdf/udf260.pdf (page 11, Compression Algorithm) On Joliet / Rock Ridge, sometimes, files with special characters can be added but a new session can not be created. For UDF 1.02, the specification is on page 6 (page 13 in the PDF file): http://www.osta.org/specs/pdf/udf102.pdf |