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

Padre does not work with Perl 5.26 (unicode error) #33

Closed
meetunix opened this issue Feb 26, 2018 · 3 comments
Closed

Padre does not work with Perl 5.26 (unicode error) #33

meetunix opened this issue Feb 26, 2018 · 3 comments

Comments

@meetunix
Copy link

After installing the required packages from debian testing and installing Padre, the following error occurs:

Malformed UTF-8 character: \xe0\x20\x6c (unexpected non-continuation byte 0x20, immediately after start byte 0xe0; need 3 bytes, got 1) at /usr/local/share/perl/5.26.1/Padre/Wx/Main.pm line 5564.
Malformed UTF-8 character (fatal) at /usr/local/share/perl/5.26.1/Padre/Wx/Main.pm line 5564.
Compilation failed in require at /usr/local/share/perl/5.26.1/Padre/Wx/App.pm line 58.
Perl exited with active threads:
        1 running and unjoined
        0 finished and unjoined
        0 running and detached

If the mentioned character (à) is eliminated and a reinstall is performed, Padre works fine.

@szabgab
Copy link
Contributor

szabgab commented Feb 28, 2018

Thanks for reporting though I don't know if anyone will have the time to fix this.

@lapawa
Copy link

lapawa commented Mar 5, 2018

This failure is generated by a single character. Just remove it and everything is fine.

@davebaird
Copy link

For anyone who wants to get Padre running on recent Strawberry Perl, it's pretty straightforward - see https://paulshipley.id.au/blog/coding-tips/ide-for-strawberry-perl-for-windows/

As of writing, Perl 5.30 has a different issue (Wx is broken) which prevents Padre installation, so stick to 5.28 until that's dealt with.

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

4 participants