Elements of File Formats
From Just Solve the File Format Problem
(Difference between revisions)
(→Identifiers) |
(→Identifiers) |
||
Line 25: | Line 25: | ||
== Identifiers == | == Identifiers == | ||
+ | * [[Domain name]] | ||
+ | ** [[Top-level domain]] | ||
* [[FourCC]] | * [[FourCC]] | ||
* [[GUID]] | * [[GUID]] | ||
* [[IANA character set name]] | * [[IANA character set name]] | ||
* [[IETF language tag]] | * [[IETF language tag]] | ||
+ | * [[ISO 3166-1 country code]] | ||
* [[UUID]] | * [[UUID]] | ||
Revision as of 20:14, 7 October 2016
This section is for
- Common formats that make up only a small part of a file
- Ancillary knowledge that may be needed to help decode file formats
Contents |
Integers
Floating point numbers
Time formats
(see also Date and time formats)
- MS-DOS date/time
- Unix time (timestamp number)
Identifiers
Other
- ANSI escape code
- Base2
- Bit order
- Emacs file variable
- Endianness (little-endian, big-endian)
- Shebang