The countdown.py script is throwing a unicode error: PS C:\Lilypond> python countdown.py > 20230823.txt Traceback (mos t recent call last): File "C:\Lilypond\countdown.py", line 92, in <module> print_state(grouped_mrs[state], state) File "C:\Lilypond\countdown.py", line 57, in print_state print('!{iid} {title} - {author}'.format( File "C:\Users\Colin\AppData\Local\Programs\Python\Python311\Lib\encodings\cp1252.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_table)[0] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeEncodeError: 'charmap' codec can't encode character '\u2192' in position 19: character maps to <undefined> PS C:\Lilypond> I'm on the road, fighting rain and nasty slopes to try to park our trailer level.
For the record, the following MRs are up for Review: !2090 C++17: static→inline constants; constexpr assert() [ https://gitlab.com/lilypond/lilypond/-/merge_requests/2090 | https://gitlab.com/lilypond/lilypond/-/merge_requests/2090 ] !2091 `code.lua` improvements [ https://gitlab.com/lilypond/lilypond/-/merge_requests/2091 | https://gitlab.com/lilypond/lilypond/-/merge_requests/2091 ] !2092 NR: Improve presentation of woodwind diagrams [ https://gitlab.com/lilypond/lilypond/-/merge_requests/2092 | https://gitlab.com/lilypond/lilypond/-/merge_requests/2092 ] !2093 display-woodwind-diagrams.scm: Fix bassoon diagram [ https://gitlab.com/lilypond/lilypond/-/merge_requests/2093 | https://gitlab.com/lilypond/lilypond/-/merge_requests/2093 ] Countdown to August 23rd !2088 Fix duration-line with partCombine [ https://gitlab.com/lilypond/lilypond/-/merge_requests/2088 | https://gitlab.com/lilypond/lilypond/-/merge_requests/2088 ] Cheers, Colin