Hi Maciej, Am 10.07.2012 um 13:27 schrieb Maciej (Matchek) BliziĆski: > 2012/7/10 Dagobert Michelsen <[email protected]> > This looks like an artifact from the previous change to allow utf8. Any ideas? > > Yes, it's a breakage caused by a change intended to fix the other issue. > Something that would work for all cases. We first prepare a variable that is > either unicode or None: > > tag_info = e.tag_info > if tag_info is not None: > tag_info = unicode(tag_info, "utf-8") > > And then we store that variable in the database: > > (...) tag_info=tag_info) > > Dago, I'll let you figure out the details. If the fix works, please commit.
Harhar, still trying to make a Python programmer out of me? ;-) https://sourceforge.net/apps/trac/gar/changeset/18696 Best regards -- Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
