mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-08-03 00:37:21 -04:00
The initial utils/check-homoglyphs.py expressed the Cyrillic/Greek ranges as literal characters in its regex and used a literal Cyrillic C in an example string, so the script flagged itself and CI Homoglyphs failed on master. Express the character-class bounds with \u escapes and describe the example by codepoint only, keeping the file pure ASCII while matching the same ranges. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KQipwf632JGgNH4W7p8cqs