mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
The reality is we parsing potentially unicode strings, char by char with the ascii functions like isdigit. It's kind of broken already but at least I can make the assert go away lol