Skip to content
New issue

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

Handling unicode characters in card titles #2

Open
tylersticka opened this issue Jul 16, 2019 · 0 comments
Open

Handling unicode characters in card titles #2

tylersticka opened this issue Jul 16, 2019 · 0 comments

Comments

@tylersticka
Copy link

I noticed last week that the script was no longer rendering anything. After troubleshooting for a while, I determined that a unicode character in a card title seemed to be the cause.

Adding the following to the script resolved the issue for me:

# Use UTF-8 in case content includes unicode characters
export LC_ALL='en_US.UTF-8';

I didn't want to submit this as a PR because en_US might be a big assumption, I didn't know how to reliably append UTF-8 to a locale, and I didn't know if there might be any unintended side effects of this if run from Terminal. But I thought I'd include here in case anyone else runs into the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant