You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to ; being used as the default string list separator by GLib.KeyFile using it elsewhere might break things.
So we should check against it and mark it invalid. Maybe we should also switch the separator to something even less commonly used
The text was updated successfully, but these errors were encountered:
leolost2605
changed the title
Using "; in grade notes or category names brakes save data
Using ';' in grade notes or category names brakes save data
Dec 24, 2023
Due to ; being used as the default string list separator by GLib.KeyFile using it elsewhere might break things.
So we should check against it and mark it invalid. Maybe we should also switch the separator to something even less commonly used
The text was updated successfully, but these errors were encountered: