AI generates unicode emoj in code comments [example](https://github.com/checkstyle/checkstyle/pull/18008/files#diff-e8685d13c843aea432b0c89f0ef7f09fddfd9f00bf2c332e7e7d1a47e776354dR60): > // ✅ Enhancement 1: Basic validation this also raised by other users to address this at https://github.com/checkstyle/checkstyle/discussions/17983#discussioncomment-14888080 Potential soluton: ``` <module name="RegexpSingleline"> <property name="format" value="\u2705" /> <property name="message" value="Unicode emoj symbols should not be used." /> </module> ``` use https://www.mauvecloud.net/charsets/CharCodeFinder.html in mode "Hexadecimal Character Codes" to get code. To make it easier to search and collaborate to extend to all other Unicode pictures, we can put this as example https://checkstyle.org/checks/regexp/regexpsingleline.html#Examples so it will part of git files and user can contribute to make list to cover most Website sources are part of main repository https://github.com/checkstyle/checkstyle/blob/master/src/site/xdoc/checks/regexp/regexpsingleline.xml.template We need to put in https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle-checks.xml config that violates majority of unicode emoj symbols, try to find in web or AI list of them.
AI generates unicode emoj in code comments
example:
this also raised by other users to address this at #17983 (reply in thread)
Potential soluton:
use https://www.mauvecloud.net/charsets/CharCodeFinder.html in mode "Hexadecimal Character Codes" to get code.
To make it easier to search and collaborate to extend to all other Unicode pictures, we can put this as example https://checkstyle.org/checks/regexp/regexpsingleline.html#Examples so it will part of git files and user can contribute to make list to cover most
Website sources are part of main repository https://github.com/checkstyle/checkstyle/blob/master/src/site/xdoc/checks/regexp/regexpsingleline.xml.template
We need to put in https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle-checks.xml config that violates majority of unicode emoj symbols, try to find in web or AI list of them.