Skip to content

Commit

Permalink
The claim in 7zC.txt that it only support BCJ/BCJ2 filters is untrue …
Browse files Browse the repository at this point in the history
…as can be seen from 7zDec.c + the fact that neither Z7_NO_METHODS_FILTERS is defined by default nor Z7_USE_BRANCH_FILTER. Tested an ARM64 filter using MyProg-Arm64.exe, works fine.
  • Loading branch information
martijnlaan committed Oct 10, 2024
1 parent c19c8ac commit 0d41d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISHelp/isxfunc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@ end;</pre>
<p>All output of the decoder is logged if logging is enabled, including error messages but excluding empty lines.</p>
<p>The decoder has the following limitations, as written by Igor Pavlov in the LZMA SDK:<br /><br />
-It reads only &quot;FileName&quot;, &quot;Size&quot;, &quot;LastWriteTime&quot; and &quot;CRC&quot; information for each file in archive.<br />
-It supports only LZMA/LZMA2 and Copy methods with BCJ or BCJ2 filters.<br />
-It does not support PPMd and BZip2 methods.<br />
-It converts original UTF-16 Unicode file names to UTF-8 Unicode file names.<br />
-It decodes whole solid block from 7z archive to RAM. The RAM consumption can be high.</p>
<p>Additionally he wrote:<br /><br />
Expand Down

0 comments on commit 0d41d48

Please sign in to comment.