Is there a way to convert unicode to string in Processing for python?

edited April 2018 in Python Mode

I was reading in a text file and appending it to a list in processing. When I printed out the list, I noticed the little 'u' in front showing me that it is not a string, but unicode. Is there an easy way convert this from unicode to a string with processing?

Tagged:
Sign In or Register to comment.