"Jiri Hajek" <[EMAIL PROTECTED]> wrote: > > What I would propose is to be more robust in handling such incorrect Unicode > strings, so that application can e.g. insert really any string, not only > those that comply Unicode standards. >
Doing this can potentially lead to security exploits in programs that use SQLite. If you want to handle ill-formed UTF8 strings, use a BLOB. -- D. Richard Hipp <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

