When a user renames an object to include a ';' it works in the gui, saves the file (the ';' is saved to the file) but upon reload it loses the data after the semi-colon
If I put "test; foo" in the name field for an object, then save the file, everything past the semi-colon is lost upon reload.
(I would be nice to consider JSON for the save format?)
What lead me to test this is I'm currently writing a model -> tscn converter for godot to more directly convert asset forge data into godot.