for whatever reason, it gets converted when I start writing the csv to the array. If "line" is the line from the csv:
"print(line)"
\xa0
"array[0] = line
print(array[0])"
\\xa0
But when I write that later to a file, it's kept as is, and not converted to single \. Meh. Trying to decode and encode a bit randomly now...
Thanks!
