Hi all! I have an issue with unicode and SQLAlchemy.
I've created topic on SO: http://stackoverflow.com/questions/24795444/how-to-save-unicode-with-sqlalchemy And repository with Vagrant/Ansible setup, so you can easily reproduce this bug on your local machine: https://github.com/AndrewPashkin/sqlalchemy_pg_unicode_save_fail In short - I just get UnicodeEncodeError when trying to save one specific Unicode symbol ('\u2013') with SQLAlchemy. Does anybody know how this can be handled? ps The most weird thing here is that, author of this test case: http://stackoverflow.com/a/24798089/1818608 does not get such error, as I am. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
