fjpanag opened a new pull request, #8379: URL: https://github.com/apache/nuttx/pull/8379
## Summary Added check for non-UTF characters in `checkpatch.sh`. The check is accomplished by using [cvt2utf](https://github.com/x1angli/cvt2utf). All cached files are converted and then checked for differences. If the file is modified, then it contained invalid characters that `cvt2utf` had to change. *This change was recommended [here](https://github.com/apache/nuttx/pull/8340#issuecomment-1408364223).* ## Impact N/A ## Testing Tested with the files that #8340 fixes, and indeed it generates an error for these files. *(In fact the exact same tool was used to indicate the original problem that lead to #8340.)* -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org