#504 converted the forms to JSON, which dumped all of the text of equations and callbacks onto one line. For readability in git diffs, we'd like to have a solution that displays on multiple lines, such as an array of strings. Current holdup is wxString to UTF-8 encoding and escape characters.
#504 converted the forms to JSON, which dumped all of the text of equations and callbacks onto one line. For readability in git diffs, we'd like to have a solution that displays on multiple lines, such as an array of strings. Current holdup is wxString to UTF-8 encoding and escape characters.