Thursday, December 22, 2011

Re: Py rdbms.connect does not support charset = "utf8" or use_unicode = True

Update: Actually seems to be that the accented character is in one of
the columns in the result set, not in the query.
Looking at Google SQL documentation, it says they only support utf8 at
the moment, so perhaps is why those two arguments are dropped in
production. The python library shouldn't fail to retrieve valid utf8
strings tho.

No comments:

Post a Comment