-
Notifications
You must be signed in to change notification settings - Fork 64
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
Strings with code points over 0xFF may not be mapped into in-memory file handles #6
Comments
Looking at the error, it seems to be an encoding issue. To confirm again, this is the test file that came with the repo? What does "file test" say? What happens if you add a "use encoding 'utf8';" right after the line "use GetOpt::Long;" ? |
Yes test file from repository. Added encoding does not help. Gives an extra warning: test file:
attempted check:
git diff and remotes
locale
|
I just pushed a commit that I believe should fix your bug. Can you try it (on both OSX and Debian) ? |
The script does not work on my Debian machine, but it does work with the perl in OSX. When run with a filename as an option I get the following error:
If I pass text in via STDIN it prints the color key but no other output:
perl versions
Debian
OSX Perl
The text was updated successfully, but these errors were encountered: