generated from srid/ema-template
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Stork search unicode issue in title #336
Labels
bug
Something isn't working
Comments
Reproducible in
Notice that it double-escapes the unicode letters. Using Possibly related: kowainik/tomland#334 |
srid
changed the title
tomland: Emojis are broken in the search results. The
Stork search unicode issue in title
Aug 17, 2022
\U000...
part.
Looks to be an upstream bug: kowainik/tomland#408 |
Closing because of workaround |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From @jilleJr #327 (comment)
@srid I found the cause. I made Emanote write the TOML file it pipes to stork to a file, and in it we find:
It's escaping the unicode-syntax. It should only be 1 backslash there.
I.e, it seems to be somewhere in the haskell code that's causing this
Originally posted by @jilleJr in #327 (comment)
The text was updated successfully, but these errors were encountered: