[csw-maintainers] Issue with checkpkg

Dagobert Michelsen dam at opencsw.org
Tue Jul 10 14:19:24 CEST 2012


Hi Maciej,

Am 10.07.2012 um 13:27 schrieb Maciej (Matchek) Bliziński:
> 2012/7/10 Dagobert Michelsen <dam at opencsw.org>
> 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencsw.org/pipermail/maintainers/attachments/20120710/6e7302d9/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2351 bytes
Desc: not available
URL: <http://lists.opencsw.org/pipermail/maintainers/attachments/20120710/6e7302d9/attachment.p7s>


More information about the maintainers mailing list