Hazmirul Afiq

Results 1 comments of Hazmirul Afiq

Add `.encode('utf-8')` at line 15 file `evtx_filter_records.py` after `record_xml` like so: ``` return etree.fromstring("%s" % record_xml.encode('utf-8')) ``` This fixes the error.