Auto email Unicode error

Hi all,
Maybe was fixed on v11/12 but here’s the error when itens name or code have special characters…

File “/home/frappe/frappe-bench/apps/frappe/frappe/utils/background_jobs.py”, line 97, in execute_job
method(**kwargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py”, line 218, in send_daily
auto_email_report.send()
File “/home/frappe/frappe-bench/apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py”, line 123, in send
data = self.get_report_content()
File “/home/frappe/frappe-bench/apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py”, line 61, in get_report_content
filters = self.filters, as_dict=True)
File “/home/frappe/frappe-bench/apps/frappe/frappe/core/doctype/report/report.py”, line 139, in get_data
for key, value in iteritems(filters):
File “/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/six.py”, line 605, in iteritems
return d.iteritems(**kw)
AttributeError: ‘unicode’ object has no attribute ‘iteritems’

What specific special characters or language here, maybe include a screenshot or other pointers - does this go away in python 3.6?

Hi,
I have not yet tried on V11/V12 but seeing now the logs i believe that is because the report is Empty and Auto email did not check … as this is Daily report.
Below screenshots just in case… i think someone should test this on V12.

Second one