mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-08-25 12:23:58 -04:00
b15ee15b5b
GDevelop identifiers can contain any unicode character except the ones reserved by the expressions grammar (GrammarTerminals.h), but the read_events_source object-name filter used an ASCII [A-Za-z0-9_] word boundary: objects named like "Héros" could match or miss incorrectly. Don't show in changelog