We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if installed, favor it over :encoding(UTF-8)
:encoding(UTF-8)
The text was updated successfully, but these errors were encountered:
Use PerlIO::utf8_strict if available
89b186c
This uses PerlIO::utf8_strict in place of :encoding(UTF-8) if available. Unicode::UTF8 is still preferred, however. Closes #66.
806da1e
No branches or pull requests
if installed, favor it over
:encoding(UTF-8)
The text was updated successfully, but these errors were encountered: