The apostrophe character ' is saved with it's unicode \u2019, instead of being written directly.
Figure out if it is queued like this or if the error comes from writing.
I suspect that it comes from the formatstring f"...", but will need to investigate
The apostrophe character
'
is saved with it's unicode\u2019
, instead of being written directly. Figure out if it is queued like this or if the error comes from writing.I suspect that it comes from the formatstring
f"..."
, but will need to investigate