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 non-ascii characters when sending data #6

Open
b1r3k opened this issue May 12, 2024 · 0 comments
Open

handling non-ascii characters when sending data #6

b1r3k opened this issue May 12, 2024 · 0 comments

Comments

@b1r3k
Copy link
Owner

b1r3k commented May 12, 2024

          This will throw if `data` contains non-ascii characters, e.g. a  `UnicodeEncodeError`. Maybe encode as utf8 instead? Alternatively, passing `errors="ignore"` will silently drop the non-ascii characters (and then I'd expect validation somewhere that tags contain only ascii)

Originally posted by @amos-joshua in #1 (comment)

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