XX
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
|||
Line 4: | Line 4: | ||
|extensions={{ext|xx}} | |extensions={{ext|xx}} | ||
}} | }} | ||
+ | :''For other "XX" formats, see [[XX34]], [[XXBUG]], [[Xxencoding]].'' | ||
+ | |||
'''XX''' is a format for representing binary data in text form, in a human-readable/editable form that can include comments. | '''XX''' is a format for representing binary data in text form, in a human-readable/editable form that can include comments. | ||
Latest revision as of 20:09, 17 April 2023
- For other "XX" formats, see XX34, XXBUG, Xxencoding.
XX is a format for representing binary data in text form, in a human-readable/editable form that can include comments.
Its format basically incorporates most of the existent methods of stating hexadecimal bytes as text, such as preceding them with '$' or '0x' or '\x'. Different methods of denoting comments ("--", "//", etc.) are also supported, as well as using the various box drawing characters in Unicode.