id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 7683 UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-13: ordinal not in range(128) dreel@… "==== How to Reproduce ==== While doing a GET operation on `/tags`, Trac issued an internal error. ''(please provide additional details here)'' Request parameters: {{{ {'q': u""'\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430'""} }}} User Agent was: `Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.2) Gecko/2008091620 Firefox/3.0.2` ==== System Information ==== || '''Trac''' || `0.11.1` || || '''Python''' || `2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]` || || '''setuptools''' || `0.6c7` || || '''SQLite''' || `3.5.2` || || '''pysqlite''' || `2.4.1` || || '''Genshi''' || `0.5.1` || || '''mod_python''' || `3.3.1` || || '''Pygments''' || `0.11.1` || || '''jQuery:''' || `1.2.6` || ==== Python Traceback ==== {{{ Traceback (most recent call last): File ""c:\usr\local\python\lib\site-packages\Trac-0.11.1-py2.5.egg\trac\web\main.py"", line 423, in _dispatch_request dispatcher.dispatch(req) File ""c:\usr\local\python\lib\site-packages\Trac-0.11.1-py2.5.egg\trac\web\main.py"", line 197, in dispatch resp = chosen_handler.process_request(req) File ""build\bdist.win32\egg\tractags\web_ui.py"", line 99, in process_request data['tag_body'] = macro.expand_macro(formatter, None, query) File ""build\bdist.win32\egg\tractags\macros.py"", line 80, in expand_macro key=lambda r: str(r[0].id)): File ""build\bdist.win32\egg\tractags\macros.py"", line 80, in key=lambda r: str(r[0].id)): UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-13: ordinal not in range(128) }}} " defect closed normal general 0.11.1 normal invalid plugin