# Test allowlist for Unicode Security Scanner
# Format: One Unicode code per line (with or without U+ prefix)
# Supports: inline comments, ranges (U+XXXX-U+YYYY)
#
# Examples:
#   U+200B           - Single code with prefix
#   200B             - Single code without prefix  
#   U+200B # comment - Code with inline description
#   U+0400-U+04FF    - Range of codes (entire Cyrillic block)

# Allow zero-width space for this test
U+200B  # Zero Width Space - needed for legitimate i18n word boundaries

# Allow some homograph characters for legitimate internationalization
U+0430  # Cyrillic Small Letter A - for Russian language support
