Files
Florian Rival b15ee15b5b Match objects with unicode names in EventScript source view filters (#8868)
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
2026-07-22 10:28:53 +02:00
..