XX34
From Just Solve the File Format Problem
(Difference between revisions)
(sample files) |
|||
(One intermediate revision by one user not shown) | |||
Line 3: | Line 3: | ||
|subcat=Transfer Encodings | |subcat=Transfer Encodings | ||
|extensions={{ext|xx}}, {{ext|x01}}, ... | |extensions={{ext|xx}}, {{ext|x01}}, ... | ||
− | |released= | + | |released=≤1992 |
}} | }} | ||
'''XX34''' is a binary-to-text encoding utility and format. It was developed by Guy McLoughlin. | '''XX34''' is a binary-to-text encoding utility and format. It was developed by Guy McLoughlin. | ||
Line 17: | Line 17: | ||
== Software == | == Software == | ||
+ | * {{CdTextfiles|nopv07/038A/XX3401.ZIP|XX34 v0.1}} | ||
* [{{SACFTPURL|utilfile|xx3402.zip}} XX34 v0.2] (DOS binary + source code) | * [{{SACFTPURL|utilfile|xx3402.zip}} XX34 v0.2] (DOS binary + source code) | ||
** Another copy: {{CdTextfiles|cream/cream26/program/swag9705.zip|swag9705.zip}} → XX3402.ZIP | ** Another copy: {{CdTextfiles|cream/cream26/program/swag9705.zip|swag9705.zip}} → XX3402.ZIP | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|archive/xx34}} |
Latest revision as of 13:26, 30 July 2024
XX34 is a binary-to-text encoding utility and format. It was developed by Guy McLoughlin.
Contents |
[edit] Discussion
XX34 was sometimes used in the SWAG collection of Pascal source code (see SWG), to work around its requirement that each item be a single text file.
- For some info about using XX34 with SWAG, see swag9705.zip → READER.DOC, section named "XX3402 ENCODED FILES".
- Examples that use XX34: [1], [2], [3]
[edit] Identification
Encoded files are observed to begin with bytes 0d 0a 0d 0a 2a 58 58 33 34
, which contains the string "*XX34
".
[edit] Software
- XX34 v0.1
- XX34 v0.2 (DOS binary + source code)
- Another copy: swag9705.zip → XX3402.ZIP