featurecat / lizzie

Lizzie - Leela Zero Interface
GNU General Public License v3.0
970 stars 228 forks source link

Exported SGF file is unreadable #434

Open Mbr18 opened 6 years ago

Mbr18 commented 6 years ago

When an SGF is exported Lizzie produces a unreadable SGF file (attachments: 01/02). Sabaki: This file is unreadable. When the first three comments are removed Lizzie produces a readable SGF file (attachments: 03/04).

SGF files.zip

rooklift commented 6 years ago

I can open the file in a different SGF editor, I wonder if it's a Sabaki issue...

rooklift commented 6 years ago

Ah, it's the ] character in the comment not being escaped properly.

zsalch commented 6 years ago

Yes, the Lizzie does not append the escaped char for the ']' char in the comment. Maybe need to fix.

featurecat commented 6 years ago

Is this now working?