Use base64.a85decode from stdlib #602
Labels
component:parser
Related to PDFParser
status: accepted
type: development
Related to the development process for maintainers
The standard library has a function named
a85decode
in thebase64
module, perhaps we could use it instead of our custom implementation.The difference is that it requires a parameter to differentiate between the "standard" and the Adobe Ascii85 formats.
The text was updated successfully, but these errors were encountered: