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

Wrong output for Unicode chars #1

Open
reneeb opened this issue Dec 18, 2014 · 0 comments
Open

Wrong output for Unicode chars #1

reneeb opened this issue Dec 18, 2014 · 0 comments

Comments

@reneeb
Copy link

reneeb commented Dec 18, 2014

For \x{0660} you get <60> and a warning Character in 'H' format wrapped in unpack at /usr/local/share/perl/5.18.2/Data/Coloured.pm line 76.

I replaced unpack( "H*", $char ) with ( sprintf "%x", $chr ) and everything is fine. I did a quick check with other input streams and it worked, but as the dist lacks of unittests, I can't say if it breaks anything.

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