1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-09-02 12:21:26 +03:00

Fix typos in web documentation. Tickets #770 and #771. (CVS 1668)

FossilOrigin-Name: 04673066ff6a7c127559ba448fe50a4d95a26347
This commit is contained in:
drh
2004-06-22 14:57:53 +00:00
parent f1f7d25536
commit fa9249dd98
3 changed files with 10 additions and 10 deletions

View File

@@ -130,7 +130,7 @@ you cannot in general convert a BLOB into text.
<p>
In most other SQL database engines the datatype is associated with
the table column the holds the data - with the data container.
the table column that holds the data - with the data container.
In SQLite 3.0, the datatype is associated with the data itself, not
with its container.
<a href="http://www.paulgraham.com/">Paul Graham</a> in his book
@@ -184,7 +184,7 @@ format juggling.
<p>
SQLite is not particular about the text it receives and is more than
happen to process text strings that are not normalized or even
happy to process text strings that are not normalized or even
well-formed UTF-8 or UTF-16. Thus, programmers who want to store
IS08859 data can do so using the UTF-8 interfaces. As long as no
attempts are made to use a UTF-16 collating sequence or SQL function,
@@ -282,4 +282,4 @@ two or more ATTACHed database are now atomic.
</p>
}
footer {$Id: version3.tcl,v 1.2 2004/06/18 15:13:48 drh Exp $}
footer {$Id: version3.tcl,v 1.3 2004/06/22 14:57:54 drh Exp $}