Hi,
I have read the numerous messages about the various unicode problems with various database backends.
Fortunately for me I have been able to insert Unicode Strings into MySQL via SQLObject without problems using a StringCol column.
But when I switch to SQLite, col.py (line 498) tries to convert the string to ascii, and fails.
My question is:
Is there any workaround to insert an Unicode string into sqlite3 database via sqolobject?
thanks
--
Flávio Codeço Coelho
registered Linux user # 386432
---------------------------
"Laws are like sausages. It's better not to see them being made."
Otto von Bismark
- [SQLObject] unicode data in sqlite Flavio Coelho
- Re: [SQLObject] unicode data in sqlite Oleg Broytmann
- Re: [SQLObject] unicode data in sqlite Flavio Coelho
