id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
10135,Umlauts doesn't  work,falkb,hoessler,In function {{{ def execute_query(env_ req_ query_args): }}} of utils.py_ I tried to add\r\n{{{\r\n#!diff\r\nIndex: estimationtoolsplugin/trunk/estimationtools/utils.py\r\n===================================================================\r\n--- estimationtoolsplugin/trunk/estimationtools/utils.py	(revision 11709)\r\n+++ estimationtoolsplugin/trunk/estimationtools/utils.py	(working copy)\r\n@@ -134_7 +137_14 @@\r\n                         .replace('+'_ ' ')\\\r\n                         .replace('%23'_ '#')\\\r\n                         .replace('%28'_ '(')\\\r\n-                        .replace('%29'_ ')')\r\n+                        .replace('%29'_ ')')\\\r\n+                        .replace('%C3%84'_ 'Ä')\\\r\n+                        .replace('%C3%96'_ 'Ö')\\\r\n+                        .replace('%C3%9C'_ 'Ü')\\\r\n+                        .replace('%C3%A4'_ 'ä')\\\r\n+                        .replace('%C3%B6'_ 'ö')\\\r\n+                        .replace('%C3%BC'_ 'ü')\\\r\n+                        .replace('%C3%9F'_ 'ß')\r\n     env.log.debug("query_string: %s" % query_string)\r\n     query = Query.from_string(env_ query_string)\r\n}}}\r\n\r\nbut just get this error:\r\n\r\n{{{\r\nError: Macro WorkloadChart(milestone=testgehäuse) failed\r\n\r\nYou must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings.\r\n}}}\r\n\r\nHow must umlauts be fixed?,defect,new,normal,EstimationToolsPlugin,normal,,,rjollos_osimons,0.12
