I have a list with a single string that contains non-ascii characters. My goal is to get rid of the non-ascii characters and convert the list to a string.
Every time I try to strip out the non-ascii characters, I get this error: 'list' object has no attribute 'read'
I've tried most of these and I still get this error every time. I'm not sure what I am doing wrong, any help would be appreciated.