Skip to main content

ASCII85_LENIENT_PARTIAL

Constant ASCII85_LENIENT_PARTIAL 

Source
pub const ASCII85_LENIENT_PARTIAL: LeniencyEvent;
Expand description

ASCII-85: a 1-character terminal group was accepted leniently.

A 1-character group is technically malformed (spec requires ≥ 2 chars) but is common in scanned PDFs. The group is treated as producing zero bytes.