Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ the allowed characters, the encoding and decoding process, and it's associated e

ReliableTXT builds the **foundation for text file formats** like [OML](https://www.youtube.com/watch?v=iqm3sba51p0), [WSV](https://www.whitespacesv.com), [SML](https://www.simpleml.com), and [TBL](https://www.youtube.com/watch?v=mGUlW6YgHjE) (see also the [Stenway Text File Format Stack](https://www.youtube.com/watch?v=m7Z0mrcFeCg)).
All of these formats **don't need to bother about encoding and decoding** anymore, because they rely on ReliableTXT, which takes care of that aspect. Defining encoding settings on content level, like it can be done in XML and HTML files, or specifying encoding rules on format level, like the JSON specification does, are thus unnecessary.
Scanning the complete file in order to guess it's encoding is not required anymore, because
Scanning the complete file in order to guess its encoding is not required anymore, because
a ReliableTXT file always starts with an **unambiguous preamble**, that clearly identifies the used encoding.
The loading of a ReliableTXT file is therefore **always 100% automatic**, and thus robust and reliable.

Expand Down Expand Up @@ -537,4 +537,4 @@ that are built upon ReliableTXT. Check out the following related packages:
* [Whitespace Separated Values (WSV)](https://www.npmjs.com/package/@stenway/wsv)
* [Simple Markup Language (SML)](https://www.npmjs.com/package/@stenway/sml)
* [TBL](https://www.npmjs.com/package/@stenway/tbl)
* [OML](https://www.npmjs.com/package/@stenway/oml)
* [OML](https://www.npmjs.com/package/@stenway/oml)