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

Cannot create META files containing non-ascii characters #44

Open
karenetheridge opened this issue Apr 26, 2015 · 0 comments
Open

Cannot create META files containing non-ascii characters #44

karenetheridge opened this issue Apr 26, 2015 · 0 comments

Comments

@karenetheridge
Copy link
Member

This fails:

use utf8;
add_metadata x_contributors => [
    'Ævar Arnfjörð Bjarmason <[email protected]>',
];

....
Writing MYMETA.yml and MYMETA.json
Error reading from file 'META.yml': utf8 "\xC3" does not map to Unicode
 at lib/Module/Install/Admin/Metadata.pm line 14.

From the error, it looks as if the content is being doubly encoded.

this is somewhat related to #37

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