Subject: | Only rotates moves correctly |
Sgf such as AB[cb][db] will become AB[rc][db] - only the first
co-ordinate is rotated. Also any markup whose property does not contain
a B or a W will not be rotated (eg TR)
Solution - grab everything between [ and ] and rotate it (unless its a
comment), or some similar approach?