Hi!

I think I've posted this on the list before but it takes no time to
post again :)

Create a sitecustomize.py file under your lib/site-packages dir of
python setup with this on it:

import sys
sys.setdefaultencoding('utf8')

And all your unicode problems are gone! With this I can use
StringCol() for all my needs.

--
JP

On 5/27/06, Oleg Broytmann <[EMAIL PROTECTED]> wrote:
On Sat, May 27, 2006 at 01:51:45PM +0200, Felix wrote:
> I need to store unicode strings what can i do ?

   UnicodeCol

Oleg.
--
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss



-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid7521&bid$8729&dat1642
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to