From: Oleg B. <ph...@ma...> - 2004-11-30 11:06:57
|
On Tue, Nov 30, 2004 at 12:55:41PM +0200, Max Ischenko wrote: > IIRC, native db drivers handle > unicode input without problems. What is "unicode input"? > > In any case you cannot store unicode directly in the db > > - you must convert it to a db encoding. > > Most modern dbs and python drivers handle this problem transparently. At > least, that's my experience. Can you show an example? Using a snippet of code, with a DB API driver... Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |