<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Maciej,<div><br><div><div>Am 10.07.2012 um 13:27 schrieb Maciej (Matchek) BliziƄski:</div><blockquote type="cite"><div class="gmail_quote">2012/7/10 Dagobert Michelsen <span dir="ltr"><<a href="mailto:dam@opencsw.org" target="_blank">dam@opencsw.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

This looks like an artifact from the previous change to allow utf8. Any ideas?</blockquote></div><br><div>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:</div>

<div><br></div><div>tag_info = e.tag_info</div><div>if tag_info is not None:</div><div>  tag_info = unicode(tag_info, "utf-8")</div><div><br></div><div>And then we store that variable in the database:</div><div>

<br></div><div>(...) tag_info=tag_info)</div><div><br></div><div>Dago, I'll let you figure out the details. If the fix works, please commit.</div></blockquote><br></div><div>Harhar, still trying to make a Python programmer out of me? ;-)</div><div>  <a href="https://sourceforge.net/apps/trac/gar/changeset/18696">https://sourceforge.net/apps/trac/gar/changeset/18696</a></div><div><br></div><div><br></div><div>Best regards</div><div><br></div><div>  -- Dago</div><div><br></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><div><span class="Apple-style-span" style="font-size: 12px; ">-- </span></div><div><span class="Apple-style-span" style="font-size: 12px; ">"You don't become great by trying to be great, you become great by wanting to </span><span class="Apple-style-span" style="font-size: 12px; ">do something,</span></div><div><span class="Apple-style-span" style="font-size: 12px; ">and then doing it so hard that you become great in the process." - xkcd #896</span></div></div></span>
</div>
<br></div></body></html>