We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ran against a recent note with this in it:
Or just "Actions ⚙️ "
And got back:
Actions ⚙️
Pasting that into https://ftfy.vercel.app/?s=Actions+%E2%80%9A%C3%B6%C3%B4%C3%94%E2%88%8F%C3%A8+ gives this:
s = 'Actions â\x80\x9aöôÃ\x94â\x88\x8fè' s = s.encode('latin-1') s = s.decode('utf-8') s = s.encode('macroman') s = s.decode('utf-8') print(s)
The text was updated successfully, but these errors were encountered:
I'm experiencing something similar. My apostrophes (') turn into (’) and the output is truncated. Hoping to debug next weekend
Sorry, something went wrong.
Just changing the encoding in extract_notes to utf8 seems to fix it for my titles that were messed up.
extract_notes
utf8
No branches or pull requests
I ran against a recent note with this in it:
And got back:
Pasting that into https://ftfy.vercel.app/?s=Actions+%E2%80%9A%C3%B6%C3%B4%C3%94%E2%88%8F%C3%A8+ gives this:
The text was updated successfully, but these errors were encountered: