in reply to Re: Is Compress::LZF_PP compatible with Compress::LZF?
in thread Is Compress::LZF_PP compatible with Compress::LZF?

Yes - roundtrip with Compress::LZF works fine. But files that I dealing were compressed with some funky Java implementation of Ziv-Lempel - I tried decompressing them using LZF and it failed - so I thought I would try LZF_PP so I can at least debug what is going wrong. But as it seems LZF_PP has some issues...
  • Comment on Re^2: Is Compress::LZF_PP compatible with Compress::LZF?