File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -189,16 +189,14 @@ POST request. The encoding algorithm is not the same as the
189189Base 85 Encodings
190190-----------------
191191
192- Base-85 encoding is not formally specified. Base-85 encoding is a de facto standard
193- originating from the ASCII Base-85 Strings encoding defined by the
194- `PostScript Language <https://web.archive.org/web/20161222092741/https://www.adobe.com/products/postscript/pdfs/PLRM.pdf >`_.
192+ Base-85 encoding is not formally specified. Base-85 encoding is a de facto standard,
193+ and different systems perform the encoding differently.
195194
196195The Ascii85 and Base85 functions in this module are two implementations of
197196the de facto standard. Which function you should use depends on how the other
198197software you use implements the Base-85 encoding.
199198
200- The two functions present in this module provide options
201- to configure the encoding in the following ways:
199+ The two functions present in this module differ in how they handle the following:
202200
203201* Whether to include enclosing ``<~ `` and ``~> `` markers
204202* Whether to include newline characters
You can’t perform that action at this time.
0 commit comments