-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Florian v. Savigny wrote: > Which leads me to the motive for my question: parsing the line > output.
Note that the sqlite shell is intended as a useful tool and diagnostic aid, but it is not intended to be *the* way you access SQLite. There are also various quirks in it as you'll find exploring SQLite tickets. > Of course I can think of a number of solutions, I'd recommend you use the C interface. Elisp has a foreign function interface (aka FFI) which lets you call C shared libraries directly rather easily. In any event you should be aware that SQLite stores Unicode strings and successfully works with all Unicode codepoints. That means code point 0 works as do those greater than 16 bits (0xffff/65535). Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAko0D1IACgkQmOOfHg372QTuMwCfSKJd+YXEQVaF6rSWSatvZMA8 qUsAn2CZUOiHeo/0YIlQJqK3fLRku19K =OQ4U -----END PGP SIGNATURE----- _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users