You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bugIssue/PR that involves a buglanguagePR / Issue deals (partly) with new and/or existing languages for JPlagminorMinor issue/feature/contribution/change
We have some code which contains special characters in the tests and i see a lot of errors like this:
failed to parse [filename redacted] with reason: unmappable character (0xF3) for encoding UTF-8
at de.jplag.ParsingException.wrappingExceptions(ParsingException.java:70)
at de.jplag.java.JavacAdapter.parseFiles(JavacAdapter.java:59)
at de.jplag.java.Parser.parse(Parser.java:25)
at de.jplag.java.Language.parse(Language.java:47)
at de.jplag.Submission.parse(Submission.java:249)
at de.jplag.SubmissionSet.parseSubmissions(SubmissionSet.java:147)
at de.jplag.SubmissionSet.parseAllSubmissions(SubmissionSet.java:103)
at de.jplag.SubmissionSet.<init>(SubmissionSet.java:45)
at de.jplag.SubmissionSetBuilder.buildSubmissionSet(SubmissionSetBuilder.java:78)
at de.jplag.JPlag.run(JPlag.java:55)
at de.jplag.cli.CLI.main(CLI.java:91)
For me that works in both the current release version and the current develop version. This might be an issue dependent on the operating system though. Can you either send me an example code, that fails for you or try the develop version?
tsaglam
added
the
language
PR / Issue deals (partly) with new and/or existing languages for JPlag
label
Feb 6, 2024
bugIssue/PR that involves a buglanguagePR / Issue deals (partly) with new and/or existing languages for JPlagminorMinor issue/feature/contribution/change
We have some code which contains special characters in the tests and i see a lot of errors like this:
The character mentioned is the following https://bytetool.web.app/en/ascii/code/0xf3/
The text was updated successfully, but these errors were encountered: