-
Notifications
You must be signed in to change notification settings - Fork 57
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
Unicode characters are not supported #3
Comments
We tested this in docker with Alpine linux. Great project btw, love it ❤️ |
Cross-posted this issue upstream, since it looks like the issue is in rossy/img2xterm#9 |
Thanks for the support guys. Funny thing, I am Brazilian but I have only tested with English text so far. But it's just like @Nevon said, it looks like an issue with img2xterm. |
I've been thinking about this and I think there's a way around the problem. It's not the most elegant solution, but I could remove I went on to experiment with that. I removed the I wish I've noticed what happened and I would come up with a solution, but I don't. |
|
The `binmode STDOUT, ":utf8";` was removed from all `.cow` files. And the warning `Wide character in print at [...]` is removed using `sed`.
Guys, could you try the branch If you can, please test the I'm sorry it took so long for me to take a look at this. It's my last year in college and things are really tough. xD |
6 years gone. Did you solve the problem? |
8 years now. :) |
The text was updated successfully, but these errors were encountered: