Hello all, I've used SQLite before (I'm the author of one of programs mentioned on Wiki), but I have a new project at hand and would like to know if SQLite will allow me to store UNICODE characters (namely Japanese texts) as is or should I encode them first? Thanks in advance! Dennis
SQLite 2.8.13, the current "production" version, will store Unicode characters if you choose the UTF-8 option for text encoding at compile time. SQLite 3.0, due in July, uses Unicode by default, I believe. -- Darren Duncan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]