boxer-project / boxer-sunrise

Sunrise on the Boxer Reconstruction Project
BSD 3-Clause "New" or "Revised" License
39 stars 2 forks source link

Comprehensive JSON export #3

Open sgithens opened 3 years ago

sgithens commented 3 years ago

JSON Export with comprehensive details of box flags, graphics lists, etc etc.

chaals commented 2 years ago

JSON has issues dealing with mixing RTL and LTR text that Unicode doesn't solve. W3C has a proposed solution, or you can roll your own, or XML actually manages this.

sgithens commented 2 years ago

Huh. At the moment there is the larger issue that Boxer doesn't support left to right language support yet, though I have thought about it a bit.

Do you have any suggested reading on the issues with JSON mixing these and the proposed solution?