up to v336, still getting this error when importing a folder
UnicodeEncodeError
'charmap' codec can't encode character '\u014d' in position 71: character maps to <undefined>
Traceback (most recent call last):
File "include\HydrusData.py", line 854, in Print
print( str( text ) )
File "include\HydrusLogger.py", line 130, in write
self._log_file.write( message )
File "c:\python36\lib\encodings\cp1252.py", line 19, in encode
UnicodeEncodeError: 'charmap' codec can't encode character '\u014d' in position 66: character maps to <undefined>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "include\HydrusThreading.py", line 307, in run
callable( *args, **kwargs )
File "include\ClientGUIDialogs.py", line 1031, in THREADParseImportablePaths
HydrusData.Print( 'Unparsable file: ' + path )
File "include\HydrusData.py", line 858, in Print
print( repr( text ) )
File "include\HydrusLogger.py", line 130, in write
self._log_file.write( message )
File "c:\python36\lib\encodings\cp1252.py", line 19, in encode
UnicodeEncodeError: 'charmap' codec can't encode character '\u014d' in position 71: character maps to <undefined>