uschindler commented on PR #12937: URL: https://github.com/apache/lucene/pull/12937#issuecomment-1853848495
Hi, I further improved the source patterns checker and found another violation: ``` Execution failed for task ':lucene:queryparser:validateSourcePatterns'. > Found 2 source violation(s): C:\Users\Uwe Schindler\Projects\lucene\lucene\lucene\queryparser\docs\xml\cctree.js: incorrect UTF-8 encoding [java.nio.charset.MalformedInputException: Input length = 1] C:\Users\Uwe Schindler\Projects\lucene\lucene\lucene\queryparser\docs\xml\dtreeStyle.css: incorrect UTF-8 encoding [java.nio.charset.MalformedInputException: Input length = 1] ``` Actually the code now decodes all source files with a REPORTING UTF-8 decoder, so any incorrectly saved ISO-8859-x file will be reported. This is especially for Robert to be happy (copied his code)! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org