pret / pokeemerald

Decompilation of Pokémon Emerald
2.2k stars 2.38k forks source link

jsonproc: filter out every non-alphanumeric character #1975

Closed Sierraffinity closed 7 months ago

Sierraffinity commented 7 months ago

Description

Instead of filtering out specific characters, filter out anything that isn't alphanumeric (and prevent digits from being the first character too). A more proper fix would be decomposing characters with diacritics and using their "base letter" but that would take a proper Unicode library as the current code is not Unicode aware. Fixes #1963 .

Discord contact info

Sierraffinity