Quote:
Originally Posted by jomaweb
('utf8', 'J:\\books\\LRF\\A\\Carlos Argui\xf1ano', 28, 32, 'invalid data')
what stands for Carlos Arguiñano
('utf8', 'J:\\books\\LRF\\A\\Azorn', 13, 15, 'unexpected end of data')
what stands for Azorín
|
These bytes \xf1 and \xed are not utf-8. They are iso-8859-1 codes. So it probably is one of these encoding confusions.