Changes between Initial Version and Version 1 of Ticket #13227
- Timestamp:
- Nov 29, 2019, 10:25:35 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13227
- Property Status new → closed
- Property Resolution → duplicate
-
Ticket #13227 – Description
initial v1 1 1 When I try to search an email (solucion@domain.ltd), python is throwing such error : 2 2 {{{ 3 3 2019-11-29 08:57:15,899 Trac[chrome] ERROR: Jinja2 UnicodeDecodeError error while rendering XML/HTML template 4 4 Traceback (most recent call last): … … 28 28 return text_type.__new__(cls, base) 29 29 UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 36: ordinal not in range(128) 30 31 The same search with solución@domain.ltdreturns a valid result and doesn't generate the error above.30 }}} 31 The same search with `solución@domain.ltd` returns a valid result and doesn't generate the error above.