hi everybody…
we have a small bug in here in the UTF-8 encoding, the error comes after attemting to save the BOM created as the following:
Traceback (innermost last):
File "/home/frappe/frappe-bench/apps/frappe/frappe/app.py", line 57, in application
response = frappe.handler.handle()
File "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle
execute_cmd(cmd)
File "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 36, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File "/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 805, in call
return fn(*args, **newargs)
File "/home/frappe/frappe-bench/apps/frappe/frappe/desk/form/save.py", line 31, in savedocs
frappe.errprint(frappe.utils.get_traceback())
File "/home/frappe/frappe-bench/apps/frappe/frappe/utils/__init__.py", line 135, in get_traceback
(unicode((b"").join(trace_list[:-1]), 'utf-8'), unicode(trace_list[-1], 'utf-8'))
UnicodeDecodeError: 'utf8' codec can't decode byte 0xe0 in position 42: invalid continuation byte