libyal / libpff

Library and tools to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format
GNU Lesser General Public License v3.0
286 stars 74 forks source link

Encoding error #105

Closed CraftedCat closed 3 years ago

CraftedCat commented 3 years ago

Hi, guys!

I have some problem with encodings

6-5. PR_앨리슨 --- Logging error --- Traceback (most recent call last): File "C:\Program Files\Python37\lib\logging__init__.py", line 1028, in emit stream.write(msg + self.terminator) File "C:\Program Files\Python37\lib\encodings\cp1251.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_table)[0] UnicodeEncodeError: 'charmap' codec can't encode characters in position 61-63: character maps to

how to fix?

joachimmetz commented 3 years ago

@CraftedCat based on the output this is not an issue related to libpff (or pypff). If you think this is issue related to libpff, please take the time to write a more detailed report. Closing and marking as invalid