aboutsummaryrefslogtreecommitdiff
path: root/src/utf.c
Commit message (Collapse)AuthorAge
...
* Steps towards UTF-16 databases. Some tests are failing because of thisdanielk19772004-05-22
| | | | | commit. (CVS 1433) FossilOrigin-Name: c4a8246864eee7cb993ab7b703324d92c284d72a
* Add some more elements of the new API. (CVS 1416)danielk19772004-05-20
| | | FossilOrigin-Name: 2821767b947ae1a70e98dd7f47d69e424c37947f
* Add support for the new sqlite3_bind_*() APIs. (CVS 1410)danielk19772004-05-20
| | | FossilOrigin-Name: e8f980d842fcd793552acd32708db55c8f014634
* Tests for text encoding conversion functions. Also new sqlite3_bindXX APIs. ↵danielk19772004-05-19
| | | | | (CVS 1400) FossilOrigin-Name: 4e602bb473e22cc45de2f5788c035d18586cb836
* Change lots of internal symbols from sqliteXXX to sqlite3XXX so that thedanielk19772004-05-08
| | | | | | library links again. It doesn't work yet, due to changes in the btree layer calling convention. (CVS 1324) FossilOrigin-Name: 8af6474c49263ae26216dff9465b33f76b500cf4
* Add code to convert between the various supported unicode encoding schemes.danielk19772004-05-06
| | | | | Untested at this point. (CVS 1315) FossilOrigin-Name: 71260ff7f7030f56c292b43f83a213c65c9a184e
* Added template for the utf.c file containing conversion routines. (CVS 1313)drh2004-05-04
FossilOrigin-Name: 89b42c468f437003f74a1785370e75b2585fa9e2