הצטרף ל-Nostr
2024-10-05 12:10:45 UTC
in reply to

Mathias Micheel on Nostr: for whatever reason, it gets converted when I start writing the csv to the array. If ...

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!