Open maokitty opened 7 years ago
I try to run code 'chapter6/6-readDocx.py' , error is blow: UnicodeEncodeError: 'ascii' codec can't encode character '\u2019' in position 83: ordinal not in range(128)
it look like the error line is 'xml_content.decode('utf-8')'
how can i fix it?help me please
I try to run code 'chapter6/6-readDocx.py' , error is blow: UnicodeEncodeError: 'ascii' codec can't encode character '\u2019' in position 83: ordinal not in range(128)
it look like the error line is 'xml_content.decode('utf-8')'
how can i fix it?help me please