Re: Help with unicode and sqlobject/pysqlite2

2005-09-28 Thread Gerhard Häring
qvx wrote: > I really can't seem to make sqlobject/pysqlite2 save my local Easter > European characters. > > I am a Windows-1250 user and I have sys.setdefaultencoding('dbcs') in > my sitecustomize. > > How can I save data like "šdccž"? > This is equivalent to '\x9a\xf0\xe8\xe6\x9e' > > I'm usin

Re: Help with unicode and sqlobject/pysqlite2

2005-09-28 Thread limodou
28 Sep 2005 00:25:31 -0700, qvx <[EMAIL PROTECTED]>: > I really can't seem to make sqlobject/pysqlite2 save my local Easter > European characters. > > I am a Windows-1250 user and I have sys.setdefaultencoding('dbcs') in > my sitecustomize. > > How can I save data like "šdccž"? > This is equivalent

Help with unicode and sqlobject/pysqlite2

2005-09-28 Thread qvx
I really can't seem to make sqlobject/pysqlite2 save my local Easter European characters. I am a Windows-1250 user and I have sys.setdefaultencoding('dbcs') in my sitecustomize. How can I save data like "šdccž"? This is equivalent to '\x9a\xf0\xe8\xe6\x9e' I'm using the latest version of sqlobje