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

Problems with unicode characters #12

Closed
cjk opened this issue May 9, 2021 · 3 comments
Closed

Problems with unicode characters #12

cjk opened this issue May 9, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@cjk
Copy link

cjk commented May 9, 2021

First: this is a great plugin which I use every day, thanks for making it available!

I noticed I can no longer work with (German, in my case) Unicode-characters after loading zsh-hist, here is what happens:

Without this plugin:

echo 'ß'
ß

Same command with zsh-hist loaded:

echo 'Ã<bf>'
Ã

...which then breaks programs like grep searching for Umlauts or similar.

This behavior is reproducible even in a clean zsh-environment as described here

@marlonrichert marlonrichert self-assigned this May 10, 2021
@marlonrichert
Copy link
Owner

Thanks for reporting. I can reproduce this and I will publish a fix soon.

@marlonrichert marlonrichert added the bug Something isn't working label May 10, 2021
marlonrichert added a commit that referenced this issue May 11, 2021
@marlonrichert
Copy link
Owner

Fixed.

@cjk
Copy link
Author

cjk commented May 12, 2021

Works now, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants