does anyone know of a way to convert symbolic notation such as this to stanard pgn, whenever i try to past this into chessbase it doesn't recognize the bishop, knight etc, so for move 2.... i thinks the move is just b7, instead of Bb7
thx
> cat your_descriptive_file | tr whatever_bishop_symbol 'B' | tr whatever_rook_sumbol 'R' | ...
I think it should work on Unix.
does anyone know of a way to convert symbolic notation such as this to stanard pgn, whenever i try to past this into chessbase it doesn't recognize the bishop, knight etc, so for move 2.... i thinks the move is just b7, instead of Bb7
thx