Hi All Does anyone have any information on progress for Pyramid Debug Toolbar issue #44?
The issue causes the exception below when URI's contain accented characters (in my case 'ΓΌ'). Pyramid behaves normally without error when debug toolbar is turned off. A temporary patch/workaround would be really useful, other than turn off debugging :) We have a huge product database and many of the brand/product names contain accented european characters, so the issue is causing a few embarrassments after the big-sell to get Pyramid adopted! Exception: ... > headers.jinja2", line 13, in top-level template code > <td>{{ value|escape }}</td> > UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 13: > ordinal not in range(128) Caused by: accented characters in URI Open issue: https://github.com/Pylons/pyramid_debugtoolbar/issues/44 .. and possibly this one related: https://github.com/Pylons/pyramid_debugtoolbar/issues/9 Best, Simon -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to pylons-discuss@googlegroups.com. To unsubscribe from this group, send email to pylons-discuss+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.