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

Cannot use unicode in fields 😭 #17

Open
nuke-web3 opened this issue Oct 10, 2022 · 1 comment
Open

Cannot use unicode in fields 😭 #17

nuke-web3 opened this issue Oct 10, 2022 · 1 comment

Comments

@nuke-web3
Copy link

Emoji work fine if downloaded from the gui, but no output on the CLI if used. MRE:

# fails
curl -LG https://zerocal.shuttleapp.rs/ -d title=Valid -d desc=🍺+to+catch+up!
# works
curl -LG https://zerocal.shuttleapp.rs/ -d title=Valid -d desc=beers+to+catch+up!
@mre
Copy link
Owner

mre commented Oct 11, 2022

If it works from the browser, shouldn't it be a curl problem? 🤔

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

2 participants