Make translation of FEN with holdings also handle S-Chess
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 17 Apr 2012 18:05:20 +0000 (20:05 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 17 Apr 2012 18:08:58 +0000 (20:08 +0200)
commit70a30c0a0c9a43de477a13a75e8f9d5c05762afc
tree01291c98804d6296250ab1d764f3978543d7736c
parent3b37b287b6d8973dfd0385ad529e1d04963cb208
Make translation of FEN with holdings also handle S-Chess

Like in Shogi FEN, UCI S-Chess engines have the holdings not immediately
behind the board, but before the move counters. Since Shogi FENs are
missing a few fields in this area (castling, e.p. and 50-move), some
recoding was necessary to make this work.
UCI2WB.c