-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
emoji in atlantic puzzle do not appear in saved .puz file #192
Comments
Edit: this is now outdated, see the below comment. |
Incidentally, I don't see any issue here with the latest git commit of xword-dl and 0.2.4 of puzpy. Probably some change of behavior since that release is the proximate cause. |
Had another look at this. Three thoughts:
puzzle = puz.Puzzle()
puzzle.version = b'2.0'
puzzle.fileversion = b'2.0\0'
puzzle.encoding = 'UTF-8' |
Yep, @afontenot has this right I think. The latest released version of I have attempted to fix that with #157 but haven't released to PyPI since then. HEAD should have it. If you encounter any issues like that with the code at HEAD I want to know about it. In the meantime, yes, I am overdue for a release! I have to think about the implications of generating puz v2 files; my understanding is that client support is not fully there but maybe I could have it be an option somehow. |
As reported in alexdej/puzpy#30 emoji from the Atlantic daily puzzle from 2023-11-13 do not appear in the resulting .puz file. Instead it appears to have 0s which break parsing of the file and cause AcrossLite to crash. Not sure if this is an issue with xword-dl or with puz.py.
atlantic-20231113.zip
The text was updated successfully, but these errors were encountered: