We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Very old SGF files sometimes have lowercase letters in the property names which should be discarded, e.g. one might see:
(;GaMe[1]SiZe[9]PlayerBlack[Miyamoto Naoki]PlayerWhite[Go Seigen]DaTe[1968]REsult[B+4];Black[de];White[fe])
By discarding all the lowercase letters in the property names we can get the Right Thing.
For some real world examples see:
Currently Sabaki doesn't handle these.
The text was updated successfully, but these errors were encountered:
Shouldn't be a problem, this seems to be compatible with the official SGF specification.
Sorry, something went wrong.
d114fa6
No branches or pull requests
Very old SGF files sometimes have lowercase letters in the property names which should be discarded, e.g. one might see:
(;GaMe[1]SiZe[9]PlayerBlack[Miyamoto Naoki]PlayerWhite[Go Seigen]DaTe[1968]REsult[B+4];Black[de];White[fe])
By discarding all the lowercase letters in the property names we can get the Right Thing.
For some real world examples see:
Currently Sabaki doesn't handle these.
The text was updated successfully, but these errors were encountered: