[chessx-developer] Text in angle brackets in comments is not displayed
Chess Database and PGN viewer
Brought to you by:
hognose
From: Fex X. <fs...@gm...> - 2020-07-14 22:30:46
|
A PGN move comment like {<foo>} is not displayed by ChessX ([MacOS]). Instead, a comment with text "<foo>" should be displayed. Correctly handling such comments is important for some PGN databases. For example, the Heijden study database, a collection of 85000 endgame studies in PGN, relies extensively on such comments for annotations. See http://hhdbv.nl/ . Some CQL examples use these tags as well, http://www.gadycosteff.com/cql . Do you know if or when this will be fixed, or if there is a workaround? A sample game illustrating this is below: [Event "chessx tag bug"] [Site "?"] [Date "2020.07.14"] [White "Bug1"] [Black "Bug2"] [EventDate "2011.??.??"] 1.e4 e5 2. Nf3 {<thisshoulddisplay>} 1-0 |