Text-based data
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→See Also) |
(No longer considering this page to be for miscellaneous formats) |
||
Line 4: | Line 4: | ||
|image=Binder folder.png | |image=Binder folder.png | ||
}} | }} | ||
− | =Introduction= | + | ==Introduction== |
− | + | ||
− | + | ||
Text based data, AKA plain text. has proven to be very hard to understand. This has not only to do with the infinite ways text based data might be structured, but mainly because you need to know the [[Character Encoding|encoding]] (eg. [[UTF-8]]) before you can start interpreting it. | Text based data, AKA plain text. has proven to be very hard to understand. This has not only to do with the infinite ways text based data might be structured, but mainly because you need to know the [[Character Encoding|encoding]] (eg. [[UTF-8]]) before you can start interpreting it. | ||
Line 12: | Line 10: | ||
* [http://www.joelonsoftware.com/articles/Unicode.html The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)] | * [http://www.joelonsoftware.com/articles/Unicode.html The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)] | ||
− | =Text formats and resources= | + | ==Text formats and resources== |
* [[AsciiDoc]] | * [[AsciiDoc]] | ||
* [[Attribute-Relation File Format]] | * [[Attribute-Relation File Format]] |
Revision as of 18:42, 4 December 2015
Contents |
Introduction
Text based data, AKA plain text. has proven to be very hard to understand. This has not only to do with the infinite ways text based data might be structured, but mainly because you need to know the encoding (eg. UTF-8) before you can start interpreting it.
Text formats and resources
- AsciiDoc
- Attribute-Relation File Format
- Column Delimited
- CSV (Comma Separated Values; comma-delimited)
- Microsoft Office File List (filelist.xml)
- Org-mode
- Softdisk Publishing UDF files
- Strings File (OS X, iOS) (.strings)
- Tab delimited
- Text Encoding Initiative
- Textile
See Also
- Plain text
- Some text-based formats are listed in Document, Markup, Metaformats, or Serialization