Has anyone though of or accomplished converting sqlite so that it handles unicode (wide) characters rather than simply straight ASCII? I would consider this the biggest limitation of sqlite right now; it cannot be adopted anywhere except in countries with the Latin alphabet.
Are you not aware that SQLite supports UTF-8-encoded Unicode? In sqlite.h, #define SQLITE_UTF8 instead of SQLITE_ISO8859.
--
James W. Walker, ScriptPerfection Enterprises, Inc.
<http://www.write-brain.com/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]