viresh-ratnakar / exet

Web app for crossword construction: designing a grid, filling the grid, creating straight or cryptic clues, and downloading as Exolve or .puz. All data is saved locally, no crosswords are sent to any server.
https://viresh-ratnakar.github.io/exet.html
MIT License
46 stars 12 forks source link

.puz nuances #7

Closed viresh-ratnakar closed 3 years ago

viresh-ratnakar commented 3 years ago

Since .puz only uses ISO-8859-1 (single byte character encoding), put in changes to the "Save as .puz" code to:

viresh-ratnakar commented 3 years ago

did the latter part in v0.24. closing for now..

viresh-ratnakar commented 3 years ago

reopening to do this correctly (ie, actually encode to iso-8859-1)

viresh-ratnakar commented 3 years ago

fixed with v0.25