On Fri, Feb 18, 2011 at 03:50:41PM +0800, Jason Heeris wrote:
> When using MySQL with SQLObject, I can use a URI like:
> "mysql://.../db?charset=utf8" to indicate the encoding. What's the
> equivalent for SQLite? What if I create the tables using the
> .createTable() class method ??? how do I specify it there?

   Does SQLite support anything other than UTF-8? I think it's always
UTF-8 so you don't need (and actually, cannot) change anything.

Oleg.
-- 
     Oleg Broytman            http://phdru.name/            p...@phdru.name
           Programmers don't die, they just GOSUB without RETURN.

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to