﻿ticket,summary,type,release,owner,status,created,modified,_description,_reporter
12392,Plugin has no license,task,,ethanole,new,2015-06-09T11:32:05+02:00,2015-06-09T18:39:58+02:00,"The plugin currently does not indicate a license. Would you kindly add one? Suggested changes can be found in DevGuide#License. 

",figaro
8902,Multiple projects would be cool,enhancement,0.12,ethanole,new,2011-06-15T20:50:43+02:00,2011-06-17T16:50:39+02:00,"Thanks for sharing the script. It works nicely on one project. Would be cool to support multiple projects.
",anonymous
8741,UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc',defect,0.11,ethanole,assigned,2011-04-27T16:12:36+02:00,2011-04-28T09:04:16+02:00,"Hello,

I'm using german umlauts for description and summary field. If I have german umlaut I got the error above.

I changed code in, see below,

{{{
if mysql:
    import MySQLdb
if pgsql:
    import psycopg2
if sqlite:
#    from pysqlite2 import dbapi2 as sqlite
     import sqlite3 as sqlite
}}}

because pysqlite2 wouldn't found. Without any german umlaut it works fine.

I'm using Trac 0.12.2 Is it possible to change the code in a short way for using german umlaut?

",didley@…
