iigorr / pgn.net

Portable Game Notation (PGN) implementation in .NET
Other
33 stars 24 forks source link

Castle should use the letter O rather than the digit 0 #10

Closed Fredrik-Lindner closed 10 years ago

Fredrik-Lindner commented 10 years ago

When using the move formatters castles and long castles are entered as 0-0 and 0-0-0 using the digit 0(zero) according to the spec the capital letter O should be used. Reference: http://en.wikipedia.org/wiki/Portable_Game_Notation#Movetext

iigorr commented 10 years ago

Thanks for the hint. Fixed it.