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

Filepanel cannot parse/display files containing characters outside of UTF-8 set #530

Closed
jbrojdeCTL opened this issue Oct 16, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@jbrojdeCTL
Copy link
Collaborator

Filepanel throws exception "java.nio.charset.MalformedInputException: Input length = 1" whenever it trying to display the contents of a file (i.e. log file) which contains charaters outside of the UTF-8 character set.

@jbrojdeCTL jbrojdeCTL added this to the 6.1.10 milestone Oct 16, 2018
@jbrojdeCTL jbrojdeCTL self-assigned this Oct 16, 2018
jbrojdeCTL added a commit that referenced this issue Oct 16, 2018
@jbrojdeCTL
Copy link
Collaborator Author

jbrojdeCTL commented Oct 19, 2018

It will now parse file content lines using charset ISO_8859_1, which supposedly will just try to render anything without throwing an exception

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant