Files
zoneminder/utils
Isaac Connor f806ff5748 fix: make homoglyph guard pass its own check
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
2026-07-19 23:25:12 -04:00
..
2026-02-02 13:07:20 -05:00
2019-06-21 10:19:48 -04:00
2023-08-27 02:00:59 +02:00