The m2json.m file needs to be modified to ensure proper UTF-8 encoding before escaping special characters. The suggested solution is to add the unicode2native (val, 'UTF-8') function before line 43 in ...
When using marimo on Windows, saving a notebook with a file path containing non-ASCII characters (e.g., Japanese) causes a UnicodeEncodeError. This error occurs ...